flameface commited on
Commit
0d708bc
·
verified ·
1 Parent(s): b58c6cb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -4,10 +4,8 @@ WORKDIR /
4
 
5
  EXPOSE 7680
6
 
7
- COPY package*.json ./
8
 
9
  RUN npm install
10
 
11
- COPY . .
12
-
13
  CMD ["npm", "start"]
 
4
 
5
  EXPOSE 7680
6
 
7
+ COPY . .
8
 
9
  RUN npm install
10
 
 
 
11
  CMD ["npm", "start"]