Skip to content

Commit

Permalink
add note on build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
weshayutin committed Mar 13, 2024
1 parent 74027a3 commit 1b72705
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,13 @@ python test.py
```

## building
Here's a quick example:
Build for release:
```
./build.sh
```

Build a new container:
Here's a quick example
```
podman build -t quay.io/rhn_engineering_whayutin/todolist-mariadb-go-2 .
podman push
Expand Down

0 comments on commit 1b72705

Please sign in to comment.