Skip to content

Commit

Permalink
fix: Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tc-imba committed Jul 22, 2019
1 parent 0b6ef40 commit 8359770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN pip3 install -r ./requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simp

# Build node modules
COPY ./vj4/ui /srv/cb4/vj4/ui
RUN npm run build
RUN \. "$NVM_DIR/nvm.sh" && nvm use 9 && npm run build

# Copy the cb4 files
COPY ./scripts /srv/cb4/scripts
Expand Down

0 comments on commit 8359770

Please sign in to comment.