nopaque/.dockerignore

14 lines
187 B
Plaintext
Raw Permalink Normal View History

2022-11-11 13:59:14 +00:00
# Exclude everything
*
# Include what we need
!app
!migrations
!tests
!boot.sh
!config.py
!docker-nopaque-entrypoint.sh
2022-11-11 13:59:14 +00:00
!requirements.txt
!requirements.freezed.txt
2024-04-10 11:52:33 +00:00
!wsgi.py