Updated Dockerfile

This commit is contained in:
Christer Warén 2021-08-17 18:48:13 +03:00
parent 28e7476f70
commit ca02f95500

View File

@ -14,4 +14,6 @@ RUN npm install -g npm
RUN npm install RUN npm install
RUN npm build
CMD [ "npm", "start" ] CMD [ "npm", "start" ]