fixed cmd

f_docker
Ruakij 3 years ago
parent 6e080907d1
commit 2d824543d1

@ -10,4 +10,4 @@ RUN npm install
# Bundle app source
COPY ./src/ .
CMD ["npm", "run"]
CMD ["npm", "run", "start"]
Loading…
Cancel
Save