Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 251 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 251 Bytes

Workshop :: Docker multi-stage build

Step to run

$go mod tidy
$go build -o api main.go
$api

Let's workshop with Docker

  • Create Dockerfile
  • Run container
  • Testing