mirror of
https://github.com/yeasy/docker_practice.git
synced 2025-06-08 09:52:11 +08:00
10 lines
116 B
Go
10 lines
116 B
Go
#!/usr/bin/env sh
|
|
|
|
echo
|
|
echo
|
|
echo "Please open your browser: 127.0.0.1:4000"
|
|
echo
|
|
echo
|
|
|
|
exec nginx -g "daemon off;"
|