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

:truck: change backend image name

kacaii.dev b3bb504c 4664080e

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