fix entrypoint path
This commit is contained in:
+1
-1
@@ -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" ]
|
||||
|
||||
Reference in New Issue
Block a user