Docker image #42

Merged
Miroslavsckaya merged 13 commits from feature_docker into master 2022-08-13 16:41:20 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit b9b12f21d4 - Show all commits

View file

@ -14,4 +14,4 @@ README.md
# Environment
.env
.env.dist
.env.dist

2
.gitignore vendored
View file

@ -6,4 +6,4 @@
/__pycache__
# Environment
skobkin marked this conversation as resolved
Review

Missing EOL (\n) on the last line

Missing EOL (`\n`) on the last line
.env
.env

View file

@ -68,4 +68,4 @@ docker-compose up
```shell
docker-compose run app update.py
```
```