2017-07-03 10:39:19 +00:00
|
|
|
FROM nginx:1.13
|
2018-01-29 16:18:37 +00:00
|
|
|
VOLUME /openedx/data/lms
|
|
|
|
VOLUME /openedx/data/cms
|
2017-07-03 10:39:19 +00:00
|
|
|
|
2017-12-26 00:16:35 +00:00
|
|
|
COPY ./config/lms.conf /etc/nginx/conf.d/lms.conf
|
|
|
|
COPY ./config/cms.conf /etc/nginx/conf.d/cms.conf
|