Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostry authored Jun 20, 2024
1 parent 49b5669 commit a87ee0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ ADD start.sh /start.sh
ADD pom.xml /data/pom.xml

RUN chmod +x /start.sh \
&& cd /data \
&& mvn clean package clean \
&& echo 'export LC_ALL=C.UTF-8;export LANG=C.UTF-8;umask 000;' >> /root/.bashrc

WORKDIR /data
Expand Down

0 comments on commit a87ee0b

Please sign in to comment.