ladogton2010 commited on
Commit
d4f21c1
·
1 Parent(s): a156bce
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,4 +28,4 @@ RUN apt install -y mariadb-server sudo
28
  RUN usermod -aG sudo ubuntu
29
  USER root:root
30
  RUN sudo service mariadb start; service --status-all
31
- CMD [ "bash","-c" , "id; whoami; ls -la database; sudo service mariadb start; php artisan serve --host=0.0.0.0 --port=7860 > /dev/null 2>&1"]
 
28
  RUN usermod -aG sudo ubuntu
29
  USER root:root
30
  RUN sudo service mariadb start; service --status-all
31
+ CMD [ "bash","-c" , "sudo su; id; whoami; ls -la database; service mariadb start; php artisan serve --host=0.0.0.0 --port=7860 > /dev/null 2>&1"]