Merge branch 'initial-setup' of https://gitlab.com/saburly/wiaas/new-wiaas into initial-setup
This commit is contained in:
@@ -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/
|
||||
Reference in New Issue
Block a user