Updated Dockerfile

This commit is contained in:
Christer Warén 2021-08-17 18:54:22 +03:00
parent e571194eac
commit 510f2c5b50

View File

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