-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Feature Request
It would be beneficial to provide a section in the README for setting up the application using Docker. This would make it easier for users to get started without worrying about local environment configurations.
Suggested Content
- Dockerfile: Include a Dockerfile that sets up the environment with all necessary dependencies, including Python, SQLite3, and Node.js.
- docker-compose.yml: A docker-compose file to handle multi-container setups if necessary.
- Usage Instructions: Instructions on how to build and run the application using Docker, including any necessary environment variables or configurations.
Example
You could add a section like this:
### Running with Docker
1. Build the Docker image:
```bash
docker build -t provider-pact-example .- Run the container:
docker run -p 5000:5000 provider-pact-example
- Access the API at
http://localhost:5000.
Metadata
Metadata
Assignees
Labels
No labels