1
0
This commit is contained in:
2022-02-22 01:54:48 +01:00
commit afcfd8613c
6 changed files with 609 additions and 0 deletions

5
server/Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM httpd:2.4.52
COPY script.sh /usr/local/apache2/cgi-bin/
COPY httpd.conf /usr/local/apache2/conf/