Skip to content

Commit f58cd72

Browse files
committed
docker
1 parent b8f4fc2 commit f58cd72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ RUN npm ci
55
RUN npm run build
66
RUN rm -rf src/ static/ emailTemplates/ docker-compose.yml
77
USER node:node
8-
CMD ["node","build/index.js"]
8+
CMD ["node","build"]

0 commit comments

Comments
 (0)