1
0
mirror of https://github.com/warengroup/eximiabots-radiox.git synced 2025-01-11 06:14:49 +00:00

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 install
RUN npm build RUN npm run build
CMD [ "npm", "start" ] CMD [ "npm", "start" ]