ankpan18 commited on
Commit
09736a3
·
1 Parent(s): 7ee9870

updated dockerfile

Browse files
Files changed (1) hide show
  1. setup.sh +1 -1
setup.sh CHANGED
@@ -1,5 +1,5 @@
1
  # !/bin/bash
2
-
3
  #mysql has to be started this way as it doesn't work to call from /etc/init.d
4
  /usr/bin/mysqld_safe &
5
  sleep 10s
 
1
  # !/bin/bash
2
+ su
3
  #mysql has to be started this way as it doesn't work to call from /etc/init.d
4
  /usr/bin/mysqld_safe &
5
  sleep 10s