mirror of
https://github.com/BreizhHardware/glance.git
synced 2026-01-18 16:57:22 +01:00
12 lines
257 B
Plaintext
12 lines
257 B
Plaintext
# https://docs.docker.com/build/building/context/#dockerignore-files
|
|
# Ignore all files by default
|
|
*
|
|
|
|
# Only add necessary files to the Docker build context (Dockerfiles are always included implicitly)
|
|
!/build/
|
|
!/internal/
|
|
!/pkg/
|
|
!/go.mod
|
|
!/go.sum
|
|
!main.go
|