mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-19 05:32:16 +01:00
Added storage link to docker image
This commit is contained in:
@@ -170,6 +170,10 @@ COPY --chown=${USER}:${USER} ${DOCKER_FILES_BASE_PATH}deployment/php.ini /lib/ph
|
|||||||
# --no-dev \
|
# --no-dev \
|
||||||
# && composer clear-cache
|
# && composer clear-cache
|
||||||
|
|
||||||
|
RUN cat .env
|
||||||
|
RUN php artisan env
|
||||||
|
RUN php artisan storage:link
|
||||||
|
|
||||||
RUN chmod +x /usr/local/bin/start-container
|
RUN chmod +x /usr/local/bin/start-container
|
||||||
|
|
||||||
RUN cat ${DOCKER_FILES_BASE_PATH}deployment/utilities.sh >> ~/.bashrc
|
RUN cat ${DOCKER_FILES_BASE_PATH}deployment/utilities.sh >> ~/.bashrc
|
||||||
|
|||||||
Reference in New Issue
Block a user