From 60b4496ec841b52c7944c679940bb9605d813415 Mon Sep 17 00:00:00 2001 From: Sciocatti Date: Sat, 7 Jan 2023 17:51:45 +0200 Subject: [PATCH] Start script echoes hosting address when run. --- template/start.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/template/start.sh b/template/start.sh index b160ce7..a3fb74e 100644 --- a/template/start.sh +++ b/template/start.sh @@ -1,2 +1,6 @@ #!/bin/bash +echo "" +echo "Starting an Nginx container listening on http://localhost:3000" +echo "" +echo "" docker run --rm -v $(pwd)/html/:/usr/share/nginx/html/ -p {{localPort}}:80 {{localContainer}} \ No newline at end of file