Move from github pages to own solution
Jenkins and Docker containers :)
This commit is contained in:
4
Dockerfile
Normal file
4
Dockerfile
Normal file
@ -0,0 +1,4 @@
|
||||
FROM httpd:alpine
|
||||
COPY ./docs/ /usr/local/apache2/htdocs/
|
||||
RUN chown 1000 -R /usr/local/apache2/htdocs
|
||||
|
Reference in New Issue
Block a user