diff --git a/contrib/docker/multi-stage-with-bundle/Dockerfile b/contrib/docker/multi-stage-with-bundle/Dockerfile index 5e6ce770de..8289a49046 100644 --- a/contrib/docker/multi-stage-with-bundle/Dockerfile +++ b/contrib/docker/multi-stage-with-bundle/Dockerfile @@ -39,4 +39,4 @@ RUN tar xzf bundle.tar.gz && rm bundle.tar.gz COPY app-config.yaml app-config.production.yaml ./ -CMD ["node", "packages/backend", "--config", "app-config.yaml", "--config", "app-config.production.yaml"] \ No newline at end of file +CMD ["node", "packages/backend", "--config", "app-config.yaml", "--config", "app-config.production.yaml"]