Added Expose 8007

This commit is contained in:
Johannes 2020-11-13 22:18:41 +01:00 committed by GitHub
parent a7d9b6057e
commit 50eeebf4cf
1 changed files with 3 additions and 1 deletions

View File

@ -17,5 +17,7 @@ RUN chsh -s /bin/bash backup
#Start... #Start...
COPY entrypoint.sh / COPY entrypoint.sh /
RUN chmod a+x /entrypoint.sh RUN chmod a+x /entrypoint.sh
CMD /entrypoint.sh
STOPSIGNAL SIGINT STOPSIGNAL SIGINT
CMD /entrypoint.sh
EXPOSE 8007/tcp