docker + linux build fix

This commit is contained in:
Benjamin Sergeant
2019-04-17 22:52:03 -07:00
parent 4337345103
commit f4f60d38b8
3 changed files with 5 additions and 1 deletions

View File

@ -44,4 +44,5 @@ RUN ldd /usr/local/bin/ws
USER app
WORKDIR /home/app
CMD ["ws"]
ENTRYPOINT ["ws"]
CMD ["--help"]