fix entrypoint path

This commit is contained in:
Asif Bacchus 2020-02-07 06:15:25 -07:00
parent 6577b0ea55
commit 1fe26fd342
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ ENV TZ=Etc/UTC
COPY entrypoint.sh /
# entrypoint script
ENTRYPOINT [ "entrypoint.sh" ]
ENTRYPOINT [ "/entrypoint.sh" ]
# run nc persistent by default
CMD [ "nc", "-klv", "5555" ]