Skip to content

Commit

Permalink
dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
5kywa1ker committed May 21, 2020
1 parent 82a1749 commit 75bc843
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 @@ -15,7 +15,7 @@ RUN set -eux;mkdir -p ${HOME}/{config,log,bin,h2db,file,code}
ADD ./ $HOME/code/
WORKDIR $HOME/code
RUN set -eux;ls -la;mvn clean install -DskipTests && cp $HOME/code/target/$JAR_FILE $HOME; \
cp $HOME/code/file/* $HOME/file/; cp $HOME/code/h2db/* $HOME/h2db/;cp $HOME/code/boot.sh $HOME/bin/
cp $HOME/code/file/* $HOME/file; cp $HOME/code/h2db/* $HOME/h2db;cp $HOME/code/boot.sh $HOME/bin

# 启动脚本
WORKDIR $HOME/bin
Expand Down

0 comments on commit 75bc843

Please sign in to comment.