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

dockerfile update 3

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -65,7 +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 "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; \
 
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" ; ls -la /home/ubuntu/example-app \
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; \