go-web-docker/build_dockerImage.sh

5 lines
79 B
Bash
Executable File

docker build -t mywebserver:1.0 .
docker run -d -p 8000:8000 mywebserver:1.0