nopaque/.dockerignore

14 lines
167 B
Plaintext
Raw Normal View History

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