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