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 f18980d010
commit 0499a80c55
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"]