entrypoint.sh 70 B

12345
  1. #!/bin/bash
  2. sudo service apache2 start
  3. while sleep 1000; do :; done