feat(docker): prod, fix misc
This commit is contained in:
parent
07bd63aabd
commit
737c957802
1 changed files with 2 additions and 2 deletions
|
@ -424,8 +424,8 @@ 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 --no-cache dump-autoload --no-interaction
|
||||
|
||||
RUN php artisan migrate && \
|
||||
php artisan key:generate && \
|
||||
RUN php artisan key:generate && \
|
||||
php artisan migrate && \
|
||||
php artisan db:seed && \
|
||||
set -eux && \
|
||||
npm i && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue