6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2025-02-02 09:28:25 +00:00
tutor/nginx/Dockerfile

6 lines
138 B
Docker
Raw Normal View History

2017-07-03 12:39:19 +02:00
FROM nginx:1.13
VOLUME /openedx/data
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