From 9b91bbe091f0cb53bdfca04ce4b4fa1afb3642e9 Mon Sep 17 00:00:00 2001 From: Chinenye Nmoh Date: Fri, 23 May 2025 13:09:27 +0100 Subject: [PATCH] added missing dependencies to the docker file --- README.md | 2 +- requirements.txt | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b2b24c4..119c583 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ This ensures that the application uses secure API keys and app IDs. Once you have the repository cloned, you can easily set up and run the application using Docker Compose. Simply execute the following command: ```bash -docker-compose up --build +docker-compose up -d --build ``` This command will build the Docker image and start the Flask application in a container. By default, the application will be accessible at `http://localhost:6337`. diff --git a/requirements.txt b/requirements.txt index 71361e5..bb8f998 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,11 +5,9 @@ marshmallow==3.19.0 Flask-Cors==3.0.10 gunicorn flask-swagger-ui +python-dotenv - -# Logging (Python Standard Library, for reference) - - +# Logging (Python Standard Library, for reference) \ No newline at end of file