Everything has moved under /opt, so should the entrypoint...

This commit is contained in:
Emmanuel Frecon 2016-07-07 11:17:39 +02:00
parent 4e291aff73
commit af62ad6e56
1 changed files with 1 additions and 1 deletions

View File

@ -28,4 +28,4 @@ VOLUME /opt/websockify/config
EXPOSE 443
EXPOSE 80
ENTRYPOINT ["/websockify/run"]
ENTRYPOINT ["/opt/websockify/run"]