Everything has moved under /opt, so should the entrypoint...
This commit is contained in:
parent
4e291aff73
commit
af62ad6e56
|
|
@ -28,4 +28,4 @@ VOLUME /opt/websockify/config
|
||||||
EXPOSE 443
|
EXPOSE 443
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
||||||
ENTRYPOINT ["/websockify/run"]
|
ENTRYPOINT ["/opt/websockify/run"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue