From 7bd2b395444e168cc5586c91e1e24ff109fef426 Mon Sep 17 00:00:00 2001 From: jiangsir <1463310682@qq.com> Date: Fri, 26 Jul 2024 18:24:30 +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 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..5c6a9d1 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,6 @@ +FROM ctftraining/base_image_nginx_mysql_php_56 + +COPY src /var/www/html +COPY file/flag.sh /flag.sh + +RUN chown -R www-data:www-data /var/www/html \ No newline at end of file