nopaque/.dockerignore

14 lines
175 B
Plaintext
Raw Normal View History

2022-11-11 13:59:14 +00:00
# Exclude everything
*
# Include what we need
!app
!migrations
!tests
!.flaskenv
!boot.sh
!config.py
!docker-nopaque-entrypoint.sh
2022-11-11 13:59:14 +00:00
!nopaque.py
!requirements.txt