diff --git a/Dockerfile b/Dockerfile index 5f6ade1..586a609 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,5 +17,7 @@ RUN chsh -s /bin/bash backup #Start... COPY entrypoint.sh / RUN chmod a+x /entrypoint.sh -CMD /entrypoint.sh STOPSIGNAL SIGINT +CMD /entrypoint.sh +EXPOSE 8007/tcp +