write-ups-challenges-2021-2022/squidgame/httpd/Dockerfile

5 lines
110 B
Docker
Raw Permalink Normal View History

2021-12-02 23:33:26 +00:00
FROM httpd:2.4
ADD ./public_html /usr/local/apache2/htdocs/
RUN chmod 000 /usr/local/apache2/htdocs/flag.txt