mirror of
https://github.com/glanceapp/glance.git
synced 2024-11-07 09:04:55 +01:00
11 lines
250 B
Plaintext
11 lines
250 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/
|
|
!/go.mod
|
|
!/go.sum
|
|
!main.go
|