try to get docker working
This commit is contained in:
16
.dockerignore
Normal file
16
.dockerignore
Normal file
@@ -0,0 +1,16 @@
|
||||
# Exclude everything
|
||||
*
|
||||
|
||||
# Include specific files and directories
|
||||
!start.sh
|
||||
!requirements.txt
|
||||
!app.py
|
||||
!celery_worker.py
|
||||
!models.py
|
||||
!extensions.py
|
||||
!utils/
|
||||
!routes/
|
||||
!templates/
|
||||
!static/
|
||||
!migrations/
|
||||
!uploads/
|
||||
Reference in New Issue
Block a user