ladogton2010 commited on
Commit
b83c5a8
·
1 Parent(s): 1edd4ab

dockerfile update 2

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -65,6 +65,7 @@ echo "===================== chown -R ubuntu:ubuntu $HOME/example-app"; chown -R
65
  echo "===================== php artisan cache:clear" ; php artisan cache:clear ; \
66
  echo "===================== php artisan config:clear" ; php artisan config:clear ; \
67
  echo "===================== php artisan config:cache" ; php artisan config:cache ; \
 
68
  echo "===================== php artisan storage:link"; php artisan storage:link; \
69
  echo "===================== chmod 777 -R $HOME/example-app";chmod 777 -R $HOME/example-app; \
70
  echo "===================== php artisan migrate"; php artisan migrate; \
 
65
  echo "===================== php artisan cache:clear" ; php artisan cache:clear ; \
66
  echo "===================== php artisan config:clear" ; php artisan config:clear ; \
67
  echo "===================== php artisan config:cache" ; php artisan config:cache ; \
68
+ echo "ls -la /home/ubuntu/example-app/storage/" ; ls -la /home/ubuntu/example-app/storage/ \
69
  echo "===================== php artisan storage:link"; php artisan storage:link; \
70
  echo "===================== chmod 777 -R $HOME/example-app";chmod 777 -R $HOME/example-app; \
71
  echo "===================== php artisan migrate"; php artisan migrate; \