feat(docker): prod, fix misc
This commit is contained in:
parent
cfbf1bca84
commit
4ba0f9ace7
1 changed files with 5 additions and 3 deletions
|
@ -427,9 +427,11 @@ RUN git clone --branch dev --single-branch https://git.congegni.net/Congegni/sin
|
||||||
/home/$sintonia_user/composer install --no-progress --no-interaction && \
|
/home/$sintonia_user/composer install --no-progress --no-interaction && \
|
||||||
/home/$sintonia_user/composer --no-cache dump-autoload --no-interaction
|
/home/$sintonia_user/composer --no-cache dump-autoload --no-interaction
|
||||||
|
|
||||||
RUN php artisan key:generate && \
|
RUN php artisan key:generate
|
||||||
php artisan migrate && \
|
|
||||||
php artisan db:seed && \
|
RUN php artisan migrate
|
||||||
|
|
||||||
|
RUN php artisan db:seed && \
|
||||||
set -eux && \
|
set -eux && \
|
||||||
npm i && \
|
npm i && \
|
||||||
npm run build
|
npm run build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue