Move from github pages to own solution

Jenkins and Docker containers :)
This commit is contained in:
2021-03-21 12:44:54 +01:00
parent 6ffcaecc1f
commit 158936f5dd
109 changed files with 49 additions and 11973 deletions

4
Dockerfile Normal file
View File

@ -0,0 +1,4 @@
FROM httpd:alpine
COPY ./docs/ /usr/local/apache2/htdocs/
RUN chown 1000 -R /usr/local/apache2/htdocs