Updated docker file

This commit is contained in:
JakubDrobnik 2018-12-10 15:54:27 +01:00
parent e6612c9743
commit c8a232c93f

View File

@ -13,4 +13,4 @@ RUN npm --quiet set progress=false \
&& echo "NPM version:" \ && echo "NPM version:" \
&& npm --version && npm --version
CMD [ "npm", "start" ] #CMD [ "npm", "start" ]