Skip to content

Commit 0c3125a

Browse files
author
Rub21
committed
Update replication job container
1 parent 7a1364c commit 0c3125a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

images/replication-job/Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
FROM developmentseed/osmseed-osm-processor:ohm-7dd7b8a
2-
2+
COPY ./start.sh /
33
WORKDIR /mnt/data
4-
# VOLUME ["/mnt/data"]
5-
COPY ./start.sh .
6-
CMD ./start.sh
4+
CMD /start.sh

0 commit comments

Comments
 (0)