tangled
alpha
login
or
join now
kacaii.dev
/
senac-brigade-server
0
fork
atom
wip: currently rewriting the project as a full stack application
tangled.org/kacaii.dev/sigo
gleam
0
fork
atom
overview
issues
1
pulls
pipelines
:truck: use PascalCase for `Dockerfile`
kacaii.dev
1 month ago
9f883938
c800dd64
1/1
lint.yml
success
1min 21s
+1
-1
2 changed files
expand all
collapse all
unified
split
.justfiles
docker.just
Dockerfile
+1
-1
.justfiles/docker.just
···
36
36
# Build Docker image
37
37
[no-cd]
38
38
build-image:
39
39
-
{{ docker }} buildx build --file dockerfile --tag {{ image_name }} .
39
39
+
{{ docker }} buildx build --tag {{ image_name }} .
40
40
41
41
# Tag container image
42
42
[private]
dockerfile
Dockerfile