Skip to content

Commit

Permalink
[doc] Update README with updated docker cli
Browse files Browse the repository at this point in the history
  • Loading branch information
look4regev authored Nov 20, 2024
1 parent 9cec03a commit 7ad2575
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 @@ -6,7 +6,7 @@ Basic Python Flask app in Docker (slim and best practices standards) which print

### Build application
```
docker-compose build
docker compose build
```

### Download precreated image
Expand All @@ -18,7 +18,7 @@ docker pull look4regev/python-flask-docker
### Run the container
Create a container from the image.
```
docker-compose up
docker compose up
```

Now visit http://localhost:8080
Expand Down

0 comments on commit 7ad2575

Please sign in to comment.