Files
ctf/2026/kalmar/web/handout/nginx/Dockerfile
2026-04-15 01:05:54 +02:00

4 lines
150 B
Docker

FROM nginx:alpine
# Just adding nginx so we can expose everything over one port. It's not part of the challenge
COPY nginx.conf /etc/nginx/nginx.conf