init
This commit is contained in:
commit
717fb1ac8e
10 changed files with 1139 additions and 0 deletions
9
simple-git-http-server/Dockerfile
Normal file
9
simple-git-http-server/Dockerfile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
FROM httpd:2.4
|
||||
|
||||
# https://git-scm.com/docs/git-http-backend
|
||||
RUN apt-get update -y && apt-get install -y git apache2-utils
|
||||
|
||||
COPY httpd.conf /usr/local/apache2/conf/httpd.conf
|
||||
|
||||
RUN mkdir -p /var/log/apache2/git
|
||||
RUN chown -R www-data:www-data /var/log/apache2
|
||||
Loading…
Add table
Add a link
Reference in a new issue