mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-06-29 17:17:05 +00:00
22a89cd1f9
Signed-off-by: Qi Zheng <qi.zheng@intel.com>
5 lines
42 B
Bash
5 lines
42 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
exec httpd -DFOREGROUND
|