mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-13 14:43:03 +00:00
6 lines
138 B
Docker
6 lines
138 B
Docker
FROM nginx:1.13
|
|
VOLUME /openedx/data
|
|
|
|
COPY ./config/lms.conf /etc/nginx/conf.d/lms.conf
|
|
COPY ./config/cms.conf /etc/nginx/conf.d/cms.conf
|