Merge pull request #3169 from yarathenomad/docker-add-ssl Add SSL support to the Docker image

5f8989437ea7a3225dd94495662aa3991f097f49

Cohee <18619528+Cohee1207@users.noreply.github.com>

Signed
2 files changed, +2 -2Ignore whitespace
Dockerfile+1 -1
@@ -42,4 +42,4 @@ RUN \
4242
4343EXPOSE 8000
4444
4545CMDENTRYPOINT [ "./docker-entrypoint.sh" ]
docker/docker-entrypoint.sh+1 -1
@@ -6,4 +6,4 @@ if [ ! -e "config/config.yaml" ]; then
66fi
77
88# Start the server
99exec node server.js --listen "$@"