Export port 8008 for Docker + test_ws.sh is /bin/sh compatible

This commit is contained in:
Benjamin Sergeant
2019-09-26 14:36:14 -07:00
parent 6762978ddf
commit 05c7a26e3a
3 changed files with 3 additions and 2 deletions

View File

@ -30,4 +30,5 @@ USER app
WORKDIR /home/app
ENTRYPOINT ["ws"]
EXPOSE 8008
CMD ["--help"]