easyctf-iv-platform/nginx/Dockerfile

5 lines
99 B
Text
Raw Normal View History

2020-11-25 22:46:22 -06:00
FROM nginx:alpine
COPY nginx.conf /etc/nginx/nginx.conf
COPY easyctf.conf /etc/nginx/easyctf.conf