Skip to content

Commit a75119a

Browse files
committed
VOLUME /data added in Dockerfile
This container is designed to run with /data directory mounted from/to other containers. Therefore it makes sense to specify it explicitly in Dockerfile.
1 parent d8269ea commit a75119a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ RUN \
1313
# Add supervisord conf, bootstrap.sh files
1414
ADD container-files /
1515

16+
VOLUME ["/data"]
17+
1618
ENTRYPOINT ["/config/bootstrap.sh"]

0 commit comments

Comments
 (0)