From 6262ebeda8140fb45468a35cccd2cd4c177c7806 Mon Sep 17 00:00:00 2001 From: Ducky Date: Tue, 26 Sep 2023 03:04:09 +0100 Subject: [PATCH] osm-garmin: fix incorrect command path --- osm-garmin/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osm-garmin/Containerfile b/osm-garmin/Containerfile index 0183c29..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/bin/daemon.sh"] \ No newline at end of file +CMD ["/app/daemon.sh"] \ No newline at end of file