feat: add .dockerignore to exclude unnecessary files from Docker context
This commit is contained in:
3
.dockerignore
Normal file
3
.dockerignore
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
.git
|
||||||
|
.idea
|
||||||
|
.venv
|
||||||
@ -1,18 +0,0 @@
|
|||||||
# FastApi
|
|
||||||
fastapi
|
|
||||||
pydantic
|
|
||||||
uvicorn
|
|
||||||
uvicorn[standard]
|
|
||||||
gunicorn
|
|
||||||
python-multipart
|
|
||||||
starlette
|
|
||||||
|
|
||||||
# Database
|
|
||||||
sqlalchemy
|
|
||||||
sqlalchemy[asyncio]
|
|
||||||
asyncpg
|
|
||||||
alembic
|
|
||||||
|
|
||||||
# Other
|
|
||||||
python-dotenv
|
|
||||||
ruff
|
|
||||||
Reference in New Issue
Block a user