ctf-resources/htb/hacktheboo2024/coding/[Very Easy] addition/Dockerfile

7 lines
No EOL
233 B
Docker

FROM registry.htbsvc.net/hackthebox/htb:coding_template
COPY --chown=root challenge/challenge.py /root/checker
COPY --chown=root challenge/flag.txt /root/checker
COPY --chown=www-data challenge/index.html /app/templates
EXPOSE 1337