Skip to content

Commit e8eee19

Browse files
committed
fix(geo): build data mise task dockerfile
1 parent d7d8236 commit e8eee19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

geo/mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ GEO_ASSETS_IMAGE = "ghcr.io/jonerrr/trainstatus-geo-assets:latest"
66
run = { tasks = ["//geo:build:data", "//geo:build:assets"] }
77

88
[tasks."build:data"]
9-
run = "podman build -f Dockerfile.assets -t $GEO_DATA_IMAGE ."
9+
run = "podman build -f Dockerfile -t $GEO_DATA_IMAGE ."
1010

1111
[tasks."build:assets"]
1212
run = "podman build -f Dockerfile.assets -t $GEO_ASSETS_IMAGE ."

0 commit comments

Comments
 (0)