Skip to content

Commit

Permalink
update readme with instruction to build the image
Browse files Browse the repository at this point in the history
Roman Plevka authored and rplevka committed Nov 14, 2024

Verified

This commit was signed with the committer’s verified signature.
GeekyEggo Richard Herman
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
@@ -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

0 comments on commit 2d027bd

Please sign in to comment.