diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..ada9c68 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,13 @@ +# Files +README.md +task.md +check.sh +.flake8 +template.env + +# Folders +img/ +venv/ +__pycache__/ +.mypy_cache/ +db/ diff --git a/README.md b/README.md index 7cbbbb9..c9ad6b6 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ docker compose pull docker compose up -d ``` -## Notes +## 📝 Notes Set this in .env file when using docker compose: