Skip to content

Instantly share code, notes, and snippets.

@qweliant
Created January 21, 2021 03:41
Show Gist options
  • Save qweliant/276ea0a9163de5a9dad893357b62ae84 to your computer and use it in GitHub Desktop.
Save qweliant/276ea0a9163de5a9dad893357b62ae84 to your computer and use it in GitHub Desktop.
version: "3.4"
services:
go:
build:
context: .
dockerfile: ./go/Dockerfile
ports: ["8000:8000"]
env_file:
- .env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment