ronvolutional commited on
Commit
8375b0d
·
1 Parent(s): 0507064

chore: Remove redundant

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -2,7 +2,6 @@ from node:18-alpine
2
 
3
  WORKDIR /app
4
  COPY . .
5
- COPY package.json package-lock.json
6
  RUN npm install
7
  COPY . .
8
  RUN npm run build
 
2
 
3
  WORKDIR /app
4
  COPY . .
 
5
  RUN npm install
6
  COPY . .
7
  RUN npm run build