1
0
mirror of https://github.com/warengroup/eximiabots-radiox.git synced 2025-05-01 22:14:59 +00:00

Updated Dockerfile

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

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