We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efbe7e4 commit 2d8de41Copy full SHA for 2d8de41
webapp/Dockerfile
@@ -1,5 +1,5 @@
1
FROM tomcat:jre21
2
-ADD ./target/ess.war /tmp/ess.war
+ADD https://github.com/SirChri/employee-shift-scheduler/releases/latest/download/ess-v0.9.4.war /tmp/ess.war
3
RUN apt-get update && apt-get install unzip
4
RUN unzip /tmp/ess.war -d /usr/local/tomcat/webapps/ess
5
0 commit comments