Skip to content

Commit

Permalink
chore: Dockerfile μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
yaongmeow authored Jul 14, 2024
1 parent 81f9758 commit e01daab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion BE/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM node:18

ENV NODE_OPTIONS="--max-old-space-size=4096"

WORKDIR /app

COPY package.json package-lock.json ./
Expand All @@ -8,4 +10,4 @@ RUN npm ci

COPY . .

ENTRYPOINT ["npm", "run", "start"]
ENTRYPOINT ["npm", "run", "start"]

0 comments on commit e01daab

Please sign in to comment.