Update filesystem config for Docker

This commit is contained in:
colinmcneil
2024-12-19 13:19:34 -05:00
committed by Jim Clark
parent 0b36cb4b54
commit 545103386f
2 changed files with 2 additions and 3 deletions

View File

@@ -22,6 +22,4 @@ ENV NODE_ENV=production
RUN npm ci --ignore-scripts --omit-dev
WORKDIR /projects
ENTRYPOINT ["node", "/app/dist/index.js"]