0.0.2 - fix httpx

This commit is contained in:
Waylon Walker 2024-04-06 08:16:27 -05:00
parent 133b37c490
commit a65477fac4
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
5 changed files with 54 additions and 14 deletions

9
justfile Normal file
View 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