Skip to content

Commit

Permalink
update readme with instruction to build the image
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Plevka authored and rplevka committed Nov 14, 2024
1 parent 3dfea81 commit 2d027bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ flask --app rekuper run
The server uses port `5000` by default. The swagger UI should be accessible as a root page.

## Container setup
Build the image
```
podman build -t localhost/rekuper:0.1 .
```

Assumuing the database is also going to be run as local container:
```
# prepare common network
Expand Down

0 comments on commit 2d027bd

Please sign in to comment.