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