Skip to content

Commit 1b2b9db

Browse files
Fix alt dockerfile
1 parent 09b29ff commit 1b2b9db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

alt.Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,11 @@ curl -s https://get.sdkman.io | bash
8888
/bin/bash -c "source $HOME/.sdkman/bin/sdkman-init.sh && yes | sdk install gradle 3.2.1"
8989

9090
/bin/bash -c "source $HOME/.sdkman/bin/sdkman-init.sh && /bin/bash /bin/build.sh"
91+
EOF
9192

9293
USER root
9394
# remove from webapps and copy it into a staging directory
95+
RUN <<EOF
9496
rm -rf ${CATALINA_BASE}/webapps/*
9597
cp /apollo/apollo*.war ${CATALINA_BASE}/apollo.war
9698
EOF

0 commit comments

Comments
 (0)