ladogton2010 commited on
Commit
655f13f
·
1 Parent(s): dcd0b37
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,5 +23,5 @@ RUN ls -la
23
  # RUN chmod 706 -R /example-app/bootstrap/cache
24
  # RUN chmod 760 -R /example-app/storage
25
  # RUN chmod 706 /example-app/database/database.sqlite
26
- RUN chmown -R ubuntu:ubuntu /example-app
27
  CMD [ "bash","-c" , "id; whoami; ls -la database; php artisan serve --host=0.0.0.0 --port=7860"]
 
23
  # RUN chmod 706 -R /example-app/bootstrap/cache
24
  # RUN chmod 760 -R /example-app/storage
25
  # RUN chmod 706 /example-app/database/database.sqlite
26
+ RUN chown -R ubuntu:ubuntu /example-app
27
  CMD [ "bash","-c" , "id; whoami; ls -la database; php artisan serve --host=0.0.0.0 --port=7860"]