diff --git a/docker-compose.yml b/docker-compose.yml index 53ca322d9a9836270eb9d0d99c5a037937feaff6..b5ef9abbecb7d08451dd678e7686d8ede51f76ee 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -129,7 +129,7 @@ services: entrypoint: - sh - -c - - "cd /var/www/Minds/front && echo 'Building frontend, please wait...(this can take a long time)' && npm install && npm rebuild node-sass && npm run build-dev && touch /var/www/Minds/front/dist/index.php" + - "cd /var/www/Minds/front && echo 'Building frontend, please wait...(this can take a long time)' && npm install && npm run postinstall && npm rebuild node-sass && npm run build-dev && touch /var/www/Minds/front/dist/index.php" volumes: - "./front/:/var/www/Minds/front"