aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/docker/production/Dockerfile.buster
diff options
context:
space:
mode:
Diffstat (limited to 'support/docker/production/Dockerfile.buster')
-rw-r--r--support/docker/production/Dockerfile.buster4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/docker/production/Dockerfile.buster b/support/docker/production/Dockerfile.buster
index 414bf9aac..5af8aa29a 100644
--- a/support/docker/production/Dockerfile.buster
+++ b/support/docker/production/Dockerfile.buster
@@ -38,8 +38,8 @@ ENV NODE_CONFIG_DIR /config
38VOLUME /data 38VOLUME /data
39VOLUME /config 39VOLUME /config
40 40
41COPY ./support/docker/production/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh 41COPY ./support/docker/production/entrypoint.sh /usr/local/bin/entrypoint.sh
42ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"] 42ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
43 43
44# Run the application 44# Run the application
45CMD ["npm", "start"] 45CMD ["npm", "start"]