7 lines
233 B
Docker
7 lines
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
|