wip: currently rewriting the project as a full stack application tangled.org/kacaii.dev/sigo
gleam

:truck: use PascalCase for `Dockerfile`

+1 -1
+1 -1
.justfiles/docker.just
··· 36 36 #  Build Docker image 37 37 [no-cd] 38 38 build-image: 39 - {{ docker }} buildx build --file dockerfile --tag {{ image_name }} . 39 + {{ docker }} buildx build --tag {{ image_name }} . 40 40 41 41 #  Tag container image 42 42 [private]
dockerfile Dockerfile