From 1f69e154c288d852712cc8f5834af2611e1754f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Mon, 27 Aug 2018 21:37:35 +0200 Subject: [PATCH] edx-platform should have its volume, too --- openedx/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/openedx/Dockerfile b/openedx/Dockerfile index 26c96c4..87bd7bf 100644 --- a/openedx/Dockerfile +++ b/openedx/Dockerfile @@ -47,6 +47,7 @@ RUN ln -s /openedx/config/lms.env.json /openedx/ \ VOLUME /openedx/config VOLUME /openedx/data +VOLUME /openedx/edx-platform # Dockerize will be useful to wait for mysql DB availability ENV DOCKERIZE_VERSION v0.6.1