added EXPOSE to Dockerfile

This commit is contained in:
2022-04-21 23:23:55 +02:00
parent db057c16a4
commit a67fc15500
2 changed files with 3 additions and 2 deletions

View File

@@ -18,4 +18,5 @@ RUN echo '{"locations":{"database":"/data/widerhall.sqlite3","configuration":"/d
# get JQUERY # get JQUERY
RUN wget https://code.jquery.com/jquery-3.6.0.min.js -O static/jquery-3.6.0.min.js RUN wget https://code.jquery.com/jquery-3.6.0.min.js -O static/jquery-3.6.0.min.js
CMD java -jar widerhall.jar EXPOSE 80
CMD java -jar widerhall.jar

View File

@@ -6,7 +6,7 @@
<groupId>org.example</groupId> <groupId>org.example</groupId>
<artifactId>Widerhall</artifactId> <artifactId>Widerhall</artifactId>
<version>0.2.8</version> <version>0.2.9</version>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>