docker_practice/.docker/docker-entrypoint.sh

12 lines
212 B
Go
Executable File
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

#!/usr/bin/env sh
echo
echo
echo "Please open your browser: 127.0.0.1:4000"
echo
echo " QQ 145983035 Docker Docker "
echo
echo
exec nginx -g "daemon off;"