commit 7bd2b395444e168cc5586c91e1e24ff109fef426 Author: jiangsir <1463310682@qq.com> Date: Fri Jul 26 18:24:30 2024 +0800 上传文件至 / 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