fix app/public/storage not found

This commit is contained in:
Jack Goh
2018-08-09 15:45:52 +08:00
parent 1b6284bad9
commit e1e8ea2cfc
9 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ RUN php artisan clear-compiled
COPY wait.sh /usr/local/bin/wait.sh
RUN chmod +x /usr/local/bin/wait.sh
RUN rm app/public/storage
RUN rm -f app/public/storage
RUN php artisan storage:link
CMD /usr/local/bin/wait.sh && composer update --no-scripts && composer dumpautoload && php artisan migrate && php artisan serve --host=0.0.0.0 --port=8000
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
View File
View File
View File
View File
Regular → Executable
View File