new file: .dockerignore
new file: Dockerfile new file: __pycache__/app.cpython-310.pyc new file: app.py new file: requirements.txt new file: static/css/style.css new file: templates/base.html new file: templates/index.html new file: templates/weather.html
This commit is contained in:
14
.dockerignore
Normal file
14
.dockerignore
Normal file
@@ -0,0 +1,14 @@
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.egg-info/
|
||||
.env
|
||||
.env.*
|
||||
.venv/
|
||||
venv/
|
||||
*.log
|
||||
.git/
|
||||
.gitignore
|
||||
.github/
|
||||
*.md
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user