Added Expose 8007
This commit is contained in:
parent
a7d9b6057e
commit
50eeebf4cf
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue