Docker image now allows passing CLI args to node
| @@ -42,4 +42,4 @@ RUN \ | ||
| 42 | 42 | |
| 43 | 43 | EXPOSE 8000 |
| 44 | 44 | |
| 45 | 45 | CMDENTRYPOINT [ "./docker-entrypoint.sh" ] |
| @@ -6,4 +6,4 @@ if [ ! -e "config/config.yaml" ]; then | ||
| 6 | 6 | fi |
| 7 | 7 | |
| 8 | 8 | # Start the server |
| 9 | 9 | exec node server.js --listen "$@" |