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

7 lines
233 B
Docker
Raw Permalink Normal View History

2024-10-23 11:10:43 +02:00
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