fix symlink not found

This commit is contained in:
Jack Goh
2018-08-09 15:55:39 +08:00
parent e1e8ea2cfc
commit 77abcb7a1d
-2
View File
@@ -22,8 +22,6 @@ RUN php artisan clear-compiled
COPY wait.sh /usr/local/bin/wait.sh
RUN chmod +x /usr/local/bin/wait.sh
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
EXPOSE 8000