wg-portal/.dockerignore
Dmytro Bondar 57c8648fea
Update Dockerfile
- Fix FromAsCasing
- Copy `cmd` and `internal` directories only for backend
2024-09-22 10:21:49 +02:00

15 lines
153 B
Plaintext

# Ignore everything
*
# Allow backend files
!cmd/
!internal/
!go.mod
!go.sum
# Allow frontend files
!frontend/
# Ignore node_modules
**/node_modules/