Skip to content

Instantly share code, notes, and snippets.

@starlightromero
Last active July 1, 2021 06:57
Show Gist options
  • Save starlightromero/52f891a63f93d52de010360eac67ea11 to your computer and use it in GitHub Desktop.
Save starlightromero/52f891a63f93d52de010360eac67ea11 to your computer and use it in GitHub Desktop.
Dockerignore Example / 06-binds / test docker-compose
version: "3.9"
services:
dockerignore-test:
image: dockerignore-test
build:
context: .
dockerfile: Dockerfile.test
container_name: dockerignore-test
volumes:
- ./main_test.go:/app/main_test.go
env_file:
- .env
ports:
- 8080:8080
command: go test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment