๐Ÿ‘ฉโ€๐Ÿš’ Firefighters API written in Gleam!
lustre gleam

:truck: change backend image name

kacaii.dev b3bb504c 4664080e

verified
+2 -2
+2 -2
justfile
··· 70 # ๓ฐ– Build the backend container image 71 [group("podman")] 72 build-backend: 73 - @podman build -t backend . 74 75 # ๎ฎ Starts the PostgreSQL database inside the pod 76 [group("podman")] ··· 90 --pod {{ pod_name }} \ 91 --name backend \ 92 -e DATABASE_URL -e SECRET_KEY \ 93 - backend 94 95 96 # ๎ญป Starts the full stack
··· 70 # ๓ฐ– Build the backend container image 71 [group("podman")] 72 build-backend: 73 + @podman build -t sigo-fullstack . 74 75 # ๎ฎ Starts the PostgreSQL database inside the pod 76 [group("podman")] ··· 90 --pod {{ pod_name }} \ 91 --name backend \ 92 -e DATABASE_URL -e SECRET_KEY \ 93 + sigo-fullstack 94 95 96 # ๎ญป Starts the full stack