Merge branch 'initial-setup' of https://gitlab.com/saburly/wiaas/new-wiaas into initial-setup

This commit is contained in:
Ubuntu
2018-06-18 16:08:41 +00:00

View File

@@ -19,6 +19,5 @@ RUN rm /var/www/html/index.php
COPY frontend /home/wiaas/frontend
WORKDIR /home/wiaas/frontend
RUN npm rebuild node-sass --force
RUN npm install && npm run build
RUN npm install && npm rebuild node-sass --force && npm run build
RUN cp -r build/* /var/www/html/