Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tsolakoua authored Sep 25, 2024
1 parent 30b2f91 commit 0f66e87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ AMADEUS_CLIENT_SECRET=YOUR_API_SECRET
Build the image from the Dockerfile. The following command will

```sh
podman build -t hotel-booking .
docker build -t hotel-booking .
```

Then start the app
```sh
podman run --env-file .env -p 8000:8000 hotel-booking
docker run --env-file .env -p 8000:8000 hotel-booking
```


Expand Down

0 comments on commit 0f66e87

Please sign in to comment.