Skip to content

Commit

Permalink
A bit of quiteness.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Sep 19, 2024
1 parent 04866d8 commit c62eb91
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 @@ -172,7 +172,7 @@ ONBUILD RUN (\
mkdir -p ${CONTEXT} && \
chmod 775 ${CONTEXT} && \
cd ${CONTEXT} && \
unzip /tmp/app.war && \
unzip -q /tmp/app.war && \
rm /tmp/app.war &&\
if [ "$CLUSTERING" == "true" ] ; then \
(cd ${CATALINA_BASE} && rm -r work && mkdir /data/work && chmod 2775 /data/work && ln -s /data/work work) && \
Expand Down

0 comments on commit c62eb91

Please sign in to comment.