Skip to content

Commit 1f2b643

Browse files
Change: Update dependencies and reduce RAM usage
1 parent 210451d commit 1f2b643

2 files changed

Lines changed: 482 additions & 450 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ COPY package.json /app/package.json
1515
COPY package-lock.json /app/package-lock.json
1616
RUN npm ci --production
1717

18-
CMD ["npm", "start"]
18+
CMD ["node", "./dist/server.js"]

0 commit comments

Comments
 (0)