mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-13 06:37:46 +00:00
7 lines
167 B
Docker
7 lines
167 B
Docker
FROM nginx:1.13
|
|
VOLUME /openedx/data/lms
|
|
VOLUME /openedx/data/cms
|
|
|
|
COPY ./config/lms.conf /etc/nginx/conf.d/lms.conf
|
|
COPY ./config/cms.conf /etc/nginx/conf.d/cms.conf
|