fix entrypoint path
This commit is contained in:
parent
6577b0ea55
commit
1fe26fd342
@ -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" ]
|
||||
|
Loading…
Reference in New Issue
Block a user