Add: Dockerfile for backend
This commit is contained in:
parent
7a7111674c
commit
ad07b5ce9e
2 changed files with 45 additions and 0 deletions
14
backend/.dockerignore
Normal file
14
backend/.dockerignore
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Text/doc files
|
||||
*.md
|
||||
*.txt
|
||||
*.log
|
||||
|
||||
# Git
|
||||
.git/
|
||||
.gitignore
|
||||
|
||||
# Folders
|
||||
media/
|
||||
|
||||
# Allow python dependencie list
|
||||
!requirements.txt
|
Loading…
Add table
Add a link
Reference in a new issue