Files
triton2_config/Dockerfile
2021-12-04 11:05:01 +01:00

4 lines
167 B
Docker

FROM docker.triton2.fet.at/openrestyfet
COPY ./conf.d/* /etc/nginx/conf.d/
copy ./snippets/* /usr/local/openresty/nginx/conf/
ENV PATH "$PATH:/usr/local/openresty/bin"