diff --git a/web.dockerfile b/web.dockerfile index 5a3bd7e..7da4942 100644 --- a/web.dockerfile +++ b/web.dockerfile @@ -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/ \ No newline at end of file