Browse Source

added EXPOSE to Dockerfile

drop_old_mail
Stephan Richter 3 years ago
parent
commit
a67fc15500
  1. 1
      Dockerfile
  2. 2
      pom.xml

1
Dockerfile

@ -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
EXPOSE 80
CMD java -jar widerhall.jar CMD java -jar widerhall.jar

2
pom.xml

@ -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>

Loading…
Cancel
Save