feat(docker): prod, fix misc
This commit is contained in:
parent
44a1411f8f
commit
fb9448ef71
1 changed files with 1 additions and 0 deletions
|
@ -425,6 +425,7 @@ RUN git clone --branch dev --single-branch https://git.congegni.net/Congegni/sin
|
||||||
/home/$sintonia_user/composer --no-cache dump-autoload --no-interaction
|
/home/$sintonia_user/composer --no-cache dump-autoload --no-interaction
|
||||||
|
|
||||||
COPY ./docker/sintonia-webapp/laravel/.env.production.example /var/www/sintonia_webapp/.env
|
COPY ./docker/sintonia-webapp/laravel/.env.production.example /var/www/sintonia_webapp/.env
|
||||||
|
RUN chown $sintonia_user:$sintonia_user /var/www/sintonia_webapp/.env
|
||||||
|
|
||||||
RUN php artisan key:generate && \
|
RUN php artisan key:generate && \
|
||||||
php artisan migrate && \
|
php artisan migrate && \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue