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:
parent
e8d916920c
commit
fb71baf917
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user