feat(docker): prod, fix misc

This commit is contained in:
Michael 2025-06-12 14:21:51 +02:00
parent f319be259d
commit 53dbbb8956

View file

@ -416,8 +416,6 @@ FROM sintonia-webapp-build-common AS sintonia-webapp-production
USER root
COPY ./docker/sintonia-webapp/php/php-ini-production /usr/local/etc/php/php.ini
COPY ./docker/sintonia-webapp/laravel/.env.production.example /home/$sintonia_user/.env
RUN chown $sintonia_user:$sintonia_user /home/$sintonia_user/.env
USER $sintonia_user
ENV sintonia_user=${sintonia_user}