ayampenyet commited on
Commit
6f2e100
1 Parent(s): 8dd01a4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM node:18
3
  WORKDIR /app
4
 
5
  COPY . .
6
- RUN npm install --pure-lockfile --ignore-engines
7
  ENV NODE_ENV=production
8
  RUN npm run build
9
  CMD ["npm", "run", "start"]
 
3
  WORKDIR /app
4
 
5
  COPY . .
6
+ RUN npm install --force
7
  ENV NODE_ENV=production
8
  RUN npm run build
9
  CMD ["npm", "run", "start"]