Skip to content

Instantly share code, notes, and snippets.

@starlightromero
Created July 1, 2021 06:58
Show Gist options
  • Select an option

  • Save starlightromero/a8e486816ae767f2d7a36b919719ab3c to your computer and use it in GitHub Desktop.

Select an option

Save starlightromero/a8e486816ae767f2d7a36b919719ab3c to your computer and use it in GitHub Desktop.
Dockerignore Example / 06-binds / dev docker-compose
version: "3.9"
services:
dockerignore-dev:
image: dockerignore-dev
build:
context: .
dockerfile: Dockerfile.dev
container_name: dockerignore-dev
volumes:
- ./main.go:/app/main.go
env_file:
- .env
ports:
- 8080:8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment