Skip to content

Commit

Permalink
Added more info to output during ui build (cvat-ai#2080)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsekachev authored Aug 26, 2020
1 parent 0d41866 commit 5d2c329
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.ui
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ COPY cvat-canvas/package*.json /tmp/cvat-canvas/
COPY cvat-ui/package*.json /tmp/cvat-ui/
COPY cvat-data/package*.json /tmp/cvat-data/

RUN npm config set loglevel info

# Install cvat-data dependencies
WORKDIR /tmp/cvat-data/
RUN npm install
Expand Down

0 comments on commit 5d2c329

Please sign in to comment.