Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 210 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 210 Bytes

go-docker

A simple Go application dockerized

Purpose

Example of how to use a multi-stage docker file to build a go application with docker.

To Build

make build

To Run

make run

things