Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 203 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 203 Bytes

go-docker-image-example

BUILD APP

docker build --tag go-docker-image-example .

BUILD AND CREATE PRODUCTION RELEASE IMAGE

docker build --tag go-docker-image-example:release -f Dockerfile.release .