added missing dependencies to the docker file
This commit was merged in pull request #7.
This commit is contained in:
@@ -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:
|
Once you have the repository cloned, you can easily set up and run the application using Docker Compose. Simply execute the following command:
|
||||||
|
|
||||||
```bash
|
```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`.
|
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`.
|
||||||
|
|||||||
+2
-4
@@ -5,11 +5,9 @@ marshmallow==3.19.0
|
|||||||
Flask-Cors==3.0.10
|
Flask-Cors==3.0.10
|
||||||
gunicorn
|
gunicorn
|
||||||
flask-swagger-ui
|
flask-swagger-ui
|
||||||
|
python-dotenv
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Logging (Python Standard Library, for reference)
|
||||||
# Logging (Python Standard Library, for reference)
|
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user