Add initial setup for Dockerized application
- Added GitHub Actions workflow for building Docker images (.github/workflows/docker-image.yml) - Created Dockerfile for containerizing the application - Implemented main application logic in app.py - Added requirements.txt for managing Python dependencies
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
Flask==2.2.5
|
||||
requests==2.31.0
|
||||
reportlab==3.6.12
|
||||
Faker==18.9.0
|
||||
Reference in New Issue
Block a user