0.0.2 - fix httpx
This commit is contained in:
parent
133b37c490
commit
a65477fac4
5 changed files with 54 additions and 14 deletions
9
justfile
Normal file
9
justfile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
default:
|
||||
@just --list
|
||||
|
||||
build-image:
|
||||
podman build -t docker.io/waylonwalker/htmx-patterns-waylonwalker-com:0.0.2 .
|
||||
|
||||
push-image:
|
||||
podman push docker.io/waylonwalker/htmx-patterns-waylonwalker-com:0.0.2
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue