6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-11-08 22:31:03 +00:00

edx-platform should have its volume, too

This commit is contained in:
Régis Behmo 2018-08-27 21:37:35 +02:00
parent d3bd288231
commit 1f69e154c2

View File

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