bardd commited on
Commit
25d9342
·
verified ·
1 Parent(s): 58a3b59

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -8,6 +8,6 @@ RUN npm ci
8
 
9
  COPY . .
10
 
11
- RUN npm install
12
 
13
- CMD ["npm", "run", "start:dev"]
 
8
 
9
  COPY . .
10
 
11
+ RUN npm run build
12
 
13
+ CMD ["npm", "run", "start:prod"]