nopaque/.dockerignore
2024-04-10 13:52:33 +02:00

13 lines
160 B
Plaintext

# Exclude everything
*
# Include what we need
!app
!migrations
!tests
!boot.sh
!config.py
!docker-nopaque-entrypoint.sh
!requirements.txt
!wsgi.py