From f5bc587a8fad1bfe4717807ccecbd69f441c3735 Mon Sep 17 00:00:00 2001 From: Ducky Date: Tue, 26 Sep 2023 02:15:23 +0100 Subject: [PATCH] osm-garmin: modify VOLUME instruction --- osm-garmin/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osm-garmin/Containerfile b/osm-garmin/Containerfile index 31a73b9..0183c29 100644 --- a/osm-garmin/Containerfile +++ b/osm-garmin/Containerfile @@ -1,7 +1,7 @@ FROM registry.fedoraproject.org/fedora:38 WORKDIR /app -VOLUME /data +VOLUME /data/maps COPY app/ /app RUN chmod +x /app/*.sh