2
0
Fork 0

osm-garmin: modify VOLUME instruction

main
Ducky 2023-09-26 02:15:23 +01:00
parent e52a69735c
commit f5bc587a8f
1 changed files with 1 additions and 1 deletions

View File

@ -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