ladogton2010 commited on
Commit
58a343e
·
1 Parent(s): 4b73f89

Dockerfile updated

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -71,6 +71,6 @@ echo "===================== php artisan storage:link"; php artisan storage:link;
71
  echo "===================== chmod 777 -R $HOME/example-app";chmod 777 -R $HOME/example-app; \
72
  echo "===================== php artisan migrate"; php artisan migrate; \
73
  echo "===================== php artisan migrate:status"; php artisan migrate:status; \
74
- echo "===================== tree /home/ubuntu/example-app" ; tree /home/ubuntu/example-app ; \
75
- echo "===================== ls -la /home/ubuntu/example-app" ; ls -la /home/ubuntu/example-app ; \
76
  echo "===================== php artisan serve --host=0.0.0.0 --port=7860"; php artisan serve --host=0.0.0.0 --port=7860
 
71
  echo "===================== chmod 777 -R $HOME/example-app";chmod 777 -R $HOME/example-app; \
72
  echo "===================== php artisan migrate"; php artisan migrate; \
73
  echo "===================== php artisan migrate:status"; php artisan migrate:status; \
74
+ # echo "===================== tree /home/ubuntu/example-app" ; tree /home/ubuntu/example-app ; \
75
+ # echo "===================== ls -la /home/ubuntu/example-app" ; ls -la /home/ubuntu/example-app ; \
76
  echo "===================== php artisan serve --host=0.0.0.0 --port=7860"; php artisan serve --host=0.0.0.0 --port=7860