Skip to content

Commit

Permalink
add docker to README
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanBonsignori committed Mar 14, 2024
1 parent c5e6eb7 commit 23a0c61
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ Python 3.8+

See [Installation in the root README.md](/README.md#installation)

## Running a Docker Container

```bash
docker build -t uservote-api:latest .
```

```bash
docker run -dp 127.0.0.1:8000:8000 uservote-api:latest
```

## Planned Features

See [Planned Features in the root README.md](/README.md#planned-features)

0 comments on commit 23a0c61

Please sign in to comment.