Skip to content

Commit 206ea21

Browse files
chore: Update Docker image and container names to lowercase
1 parent 380f180 commit 206ea21

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Gold Silver Billing
22

3+
![Homepage](/images/homepage.png)
4+
35
## Our Mission
46

57
Our mission is to simplify the process of calculating gold prices for jewellers and customers alike. We aim to provide a user-friendly tool that allows for accurate and efficient calculations, ensuring transparency and trust in every transaction.
@@ -13,20 +15,18 @@ Our mission is to simplify the process of calculating gold prices for jewellers
1315
1. **Build the Docker image:**
1416

1517
```bash
16-
docker build -t GoldSilverBilling .
18+
docker build -t goldsilverbilling .
1719
```
1820

1921
2. **Run the Docker container:**
2022

2123
```bash
22-
sudo docker run -p 5000:5000 GoldSilverBilling
24+
sudo docker run -p 5000:5000 goldsilverbilling
2325
```
2426

2527

2628
## Product Screenshots
2729

28-
![Homepage](/images/homepage.png)
29-
3030
![Gold Calculator](/images/gold_calculator.png)
3131

3232
![Gold Home Page](/images/bill_page.png)

run.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
sudo docker build -t flask-gold-price-app .
2-
sudo docker run -p 5000:5000 flask-gold-price-app
1+
docker build -t goldsilverbilling .
2+
docker run -p 5000:5000 goldsilverbilling

0 commit comments

Comments
 (0)