nopaque/.dockerignore

14 lines
167 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
2023-09-25 08:11:11 +00:00
!docker-entrypoint.sh
2022-11-11 13:59:14 +00:00
!nopaque.py
!requirements.txt