Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Smith-Cruise committed Feb 28, 2018
1 parent bf4e625 commit 4c90149
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 @@ -18,7 +18,7 @@ RUN apt update && \
cd eagle-oj-web && \
npm install && \
npm run build && \
mv dist/ ../eagle-oj-api/eagle-oj-web/src/main/resources/public/ && \
mv dist/* ../eagle-oj-api/eagle-oj-web/src/main/resources/public/ && \
cd ../eagle-oj-api && \
mvn clean package && \
mv eagle-oj-web/target/eagle-oj-web-1.0.jar /eagle-oj && \
Expand Down

0 comments on commit 4c90149

Please sign in to comment.