mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
6 lines
68 B
Bash
6 lines
68 B
Bash
#!/bin/sh
|
|
if test -f ./setup; then
|
|
source ./setup
|
|
fi
|
|
|
|
exec nginx |