Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #14

Merged
merged 1 commit into from
Apr 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions ShoppingApp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ These instructions will get you a copy of the project up and running on your loc

- Python 3.6 or higher
- pip
- Docker
- Docker (Optional)

### Installing

Expand Down Expand Up @@ -51,13 +51,13 @@ Alternatively, you can run the application using Docker. Follow these steps:
1. Pull the Docker image from Docker Hub:

```bash
docker pull sudo-scorpion/shopping-app
docker pull sudoscorpion/shopping-app:0.0.1
```

2. Run the Docker container:

```bash
docker run -p 5000:5000 sudo-scorpion/shopping-app
docker run -p 5000:5000 sudoscorpion/shopping-app:0.0.1
```

This command starts the Flask application inside a Docker container. By default, the application will be accessible at http://127.0.0.1:5000/.
Expand Down Expand Up @@ -105,4 +105,4 @@ Feel free to fork the repository and submit pull requests.

### License

This project is licensed under the MIT License - see the LICENSE.md file for details.
This project is licensed under the MIT License - see the LICENSE.md file for details.
Loading