diff --git a/README.md b/README.md index 79422ae..3fcd12a 100755 --- a/README.md +++ b/README.md @@ -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 ```