This commit is contained in:
Eros Nardi 2021-04-07 17:32:05 +02:00
parent d8362c81ee
commit f98b59c46e
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
build_run.sh
publish.sh

View File

@ -37,6 +37,7 @@ RUN a2enmod ssl \
RUN mkdir /config
COPY entrypoint.sh /
run chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
VOLUME /config