write-ups-challenges-2024-2025/bob-the-assistant/nginx/Dockerfile

4 lines
73 B
Docker
Raw Normal View History

2024-11-25 21:28:00 +00:00
FROM nginx
COPY ./nginx.conf /etc/nginx/templates/default.conf.template