bardd commited on
Commit
fc3e15c
·
1 Parent(s): 3cbcad4
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,4 +10,4 @@ COPY . .
10
 
11
  RUN npm install
12
 
13
- CMD ["npm", "run", "start:prod"]
 
10
 
11
  RUN npm install
12
 
13
+ CMD ["npm", "run", "start:dev"]