From 12c787a516e266c5dec7138f6b71cef25affd39c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=ADITQ?= Date: Mon, 18 Mar 2024 22:47:42 +0300 Subject: [PATCH] chore: Added dockerignore file and small improvement in README --- .dockerignore | 13 +++++++++++++ README.md | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 .dockerignore 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: