We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f4fc2 commit f58cd72Copy full SHA for f58cd72
Dockerfile
@@ -5,4 +5,4 @@ RUN npm ci
5
RUN npm run build
6
RUN rm -rf src/ static/ emailTemplates/ docker-compose.yml
7
USER node:node
8
-CMD ["node","build/index.js"]
+CMD ["node","build"]
0 commit comments