🔧 Settings: [#24] dockerignore 파일 설정

This commit is contained in:
sm4640
2025-04-12 14:40:43 +09:00
parent 5f05037f5f
commit aef9ea9351

12
.dockerignore Normal file
View File

@@ -0,0 +1,12 @@
.git
.gitignore
.dockerignore
Dockerfile
venv/
local_settings.py
__pycache__/
media
.env
db.sqlite3
migrations
README.md