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