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