6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-12-12 06:07:56 +00:00

Remove useless VOLUME declaration in Dockerfile

This commit is contained in:
Régis Behmo 2018-04-27 23:23:15 +02:00
parent e8d916920c
commit fb71baf917

View File

@ -52,11 +52,6 @@ COPY ./config/cms.auth.json /openedx/
COPY ./wait-for-greenlight.sh /usr/local/bin/
COPY ./docker-entrypoint.sh /usr/local/bin/
# Declare volumes as late as possible, otherwise steps that modify these
# folders are discarded
VOLUME /openedx/data
VOLUME /openedx/edx-platform
# service variant is "lms" or "cms"
ENV SERVICE_VARIANT lms
ENV SETTINGS production