Skip to content

Commit

Permalink
updated how to run docker
Browse files Browse the repository at this point in the history
  • Loading branch information
dtandersen committed Jul 21, 2023
1 parent 013fb91 commit 49b1e79
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 @@ -52,8 +52,8 @@ waitress-serve --listen=*:8080 --call 'dsmlp.admission_controller:create_app'
Running with Docker

```
DOCKER_BUILDKIT=1 docker build -t dsmlp-validator .
docker run --rm -it -p 9997:8080 dsmlp-validator:latest
DOCKER_BUILDKIT=1 docker build -t dsmlp-validator:latest .
docker run --rm -it --env-file .env -p 8080:8080 dsmlp-validator:latest
```

Send a request with curl
Expand Down

0 comments on commit 49b1e79

Please sign in to comment.