Skip to content

Commit

Permalink
Added storage link to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
korridor committed Jul 24, 2024
1 parent 63323d8 commit ba07616
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/prod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba07616

Please sign in to comment.