上传文件至 /

This commit is contained in:
jiangsir 2024-09-12 18:10:36 +08:00
parent f72c9e195b
commit b20083aef1

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM ctftraining/base_image_nginx_mysql_php_56
COPY src /var/www/html
RUN chown -R www-data:www-data /var/www/html