Browse Source

Modified startup commands

master
Theodotos Andreou 7 years ago
parent
commit
76173ba972
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      entrypoint.sh

+ 2
- 2
entrypoint.sh View File

@@ -1,4 +1,4 @@
#!/bin/sh

/usr/bin/apache2ctl start
/usr/bin/mysqld_safe
/etc/init.d/apache2 start
/etc/init.d/mysql start

Loading…
Cancel
Save