8 lines
62 B
Bash
8 lines
62 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
/_docker/init.sh || exit 1
|
||
|
|
||
|
|
||
|
apache2-foreground
|
||
|
|