Fix docker for ARM

This commit is contained in:
Constantin Graf
2025-02-17 22:26:16 -05:00
committed by Constantin Graf
parent e25461a439
commit 128a21ba63
4 changed files with 118 additions and 29 deletions

View File

@@ -182,7 +182,7 @@ COPY --chown=${USER}:${USER} ${DOCKER_FILES_BASE_PATH}deployment/php.ini /lib/ph
# && composer clear-cache
RUN cat .env
RUN php artisan env
#RUN php artisan env
RUN php artisan storage:link
RUN chmod +x /usr/local/bin/start-container