Add drone yaml

This commit is contained in:
2022-06-07 22:27:47 +02:00
parent 09c702e2ba
commit 3380add83e
2 changed files with 58 additions and 0 deletions

4
Dockerfile Normal file
View File

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