Docker image now allows passing CLI args to node

01dec6466c77472a48f835b48121810440b04b46

YaraTheNomad <audiotranscribes@proton.me>

2 files changed, +2 -2Showing whitespace changes
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 "$@"