We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09b29ff commit 1b2b9dbCopy full SHA for 1b2b9db
alt.Dockerfile
@@ -88,9 +88,11 @@ curl -s https://get.sdkman.io | bash
88
/bin/bash -c "source $HOME/.sdkman/bin/sdkman-init.sh && yes | sdk install gradle 3.2.1"
89
90
/bin/bash -c "source $HOME/.sdkman/bin/sdkman-init.sh && /bin/bash /bin/build.sh"
91
+EOF
92
93
USER root
94
# remove from webapps and copy it into a staging directory
95
+RUN <<EOF
96
rm -rf ${CATALINA_BASE}/webapps/*
97
cp /apollo/apollo*.war ${CATALINA_BASE}/apollo.war
98
EOF
0 commit comments