Browse Source

Merge branch 'main' into lang_de

lang_de
Stephan Richter 2 years ago
parent
commit
f6417d1a6e
  1. 3
      Dockerfile

3
Dockerfile

@ -18,4 +18,5 @@ RUN echo '{"locations":{"database":"/data/widerhall.sqlite3","configuration":"/d @@ -18,4 +18,5 @@ RUN echo '{"locations":{"database":"/data/widerhall.sqlite3","configuration":"/d
# get JQUERY
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

Loading…
Cancel
Save