mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-09-01 19:21:28 +00:00
5 lines
42 B
Bash
5 lines
42 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
exec httpd -DFOREGROUND
|