Skip to content

Commit 2d027bd

Browse files
Roman Plevkarplevka
Roman Plevka
authored andcommitted
update readme with instruction to build the image
1 parent 3dfea81 commit 2d027bd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ flask --app rekuper run
2828
The server uses port `5000` by default. The swagger UI should be accessible as a root page.
2929

3030
## Container setup
31+
Build the image
32+
```
33+
podman build -t localhost/rekuper:0.1 .
34+
```
35+
3136
Assumuing the database is also going to be run as local container:
3237
```
3338
# prepare common network

0 commit comments

Comments
 (0)