Merge pull request #3169 from yarathenomad/docker-add-ssl

Add SSL support to the Docker image
This commit is contained in:
Cohee 2024-12-11 21:30:23 +02:00 committed by GitHub
commit 5f8989437e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -42,4 +42,4 @@ RUN \
EXPOSE 8000 EXPOSE 8000
CMD [ "./docker-entrypoint.sh" ] ENTRYPOINT [ "./docker-entrypoint.sh" ]

View File

@ -6,4 +6,4 @@ if [ ! -e "config/config.yaml" ]; then
fi fi
# Start the server # Start the server
exec node server.js --listen exec node server.js --listen "$@"