fixed cmd

This commit is contained in:
Ruakij 2021-11-29 13:09:49 +01:00
parent 6e080907d1
commit 2d824543d1

View File

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