Skip to content

Commit

Permalink
backtick format tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
metazool authored Oct 8, 2024
1 parent b25b442 commit 8fc1d83
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,17 @@ This will bring up the OpenAPI documentation on localhost:8080

#### docker

`docker build -t os_api .`
`docker run -f -p 80:80 os_api`
```
docker build -t os_api .
docker run -f -p 80:80 os_api
```

#### podman

`podman build -t os_api .`
`podman run --env-file=.env -p=8000 --expose=8000 os_api`
```
podman build -t os_api .
podman run --env-file=.env -p=8000 --expose=8000 os_api
```

### Automatic Versioning

Expand Down

0 comments on commit 8fc1d83

Please sign in to comment.