From 3d05e0686acab4ab8437572f1890b96f3978bb23 Mon Sep 17 00:00:00 2001 From: jiangsir <1463310682@qq.com> Date: Thu, 12 Sep 2024 18:31:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..4e958d3 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,4 @@ +FROM ctftraining/base_image_nginx_mysql_php_56 +COPY src /var/www/html +COPY files/flag.sh /flag.sh +RUN chown -R www-data:www-data /var/www/html