From 48a261d03c08653e80e2e5cf3528ea09ca664a23 Mon Sep 17 00:00:00 2001 From: Ducky Date: Mon, 2 Oct 2023 16:47:25 +0100 Subject: [PATCH] osm-garmin: fix entrypoint command --- osm-garmin/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osm-garmin/Containerfile b/osm-garmin/Containerfile index aa7669a..836eca0 100644 --- a/osm-garmin/Containerfile +++ b/osm-garmin/Containerfile @@ -9,4 +9,4 @@ RUN dnf install --assumeyes --setopt=install_weak_deps=False java-1.8.0-openjdk RUN /app/install-mkgmap.sh RUN dnf clean --assumeyes all -CMD ["/app/osm-garmin.sh"] \ No newline at end of file +CMD ["/app/daemon.sh"] \ No newline at end of file