Added storage link to docker image

This commit is contained in:
Constantin Graf
2024-07-24 13:54:54 +02:00
parent 63323d86c3
commit ba07616111

View File

@@ -170,6 +170,10 @@ COPY --chown=${USER}:${USER} ${DOCKER_FILES_BASE_PATH}deployment/php.ini /lib/ph
# --no-dev \
# && composer clear-cache
RUN cat .env
RUN php artisan env
RUN php artisan storage:link
RUN chmod +x /usr/local/bin/start-container
RUN cat ${DOCKER_FILES_BASE_PATH}deployment/utilities.sh >> ~/.bashrc