kopia lustrzana https://github.com/OpenDroneMap/WebODM
change permissions on init-db.sql to prevent permissions error on build
rodzic
d6a9f40529
commit
e6971dfdaf
|
@ -12,3 +12,4 @@ RUN apt-get update \
|
|||
|
||||
EXPOSE 5432
|
||||
COPY init.sql /docker-entrypoint-initdb.d/init-db.sql
|
||||
RUN chmod 644 /docker-entrypoint-initdb.d/init-db.sql
|
||||
|
|
Ładowanie…
Reference in New Issue