chore: add prefix

This commit is contained in:
Rodney, Tiara 2025-05-09 04:22:30 +02:00
parent 717fb1ac8e
commit 0af2a3c72b
No known key found for this signature in database
GPG key ID: 5CD8EC1D46106723
10 changed files with 0 additions and 0 deletions

View file

@ -1,9 +0,0 @@
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