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

Configure Feed

Select the types of activity you want to include in your feed.

:truck: use PascalCase for `Dockerfile`

kacaii 9f883938 c800dd64

+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