Commit: 835b78e
Parent: b312ab8

Working smart HTTP clone implementation

Mårten Åsberg committed on 2025-11-22 at 21:23
The AI did it!
SmartHttpClone.containerfile +2 -2
diff --git a/SmartHttpClone.containerfile b/SmartHttpClone.containerfile
index 4531dd7..279744e 100644
@@ -12,8 +12,8 @@ RUN groupadd -g 1001 git && \
mkdir -p /var/cache/nginx/client_temp /var/cache/nginx/proxy_temp /var/cache/nginx/fastcgi_temp /var/cache/nginx/uwsgi_temp /var/cache/nginx/scgi_temp && \
chown -R git:git /git /var/run/fcgiwrap /var/cache/nginx
COPY nginx.conf /etc/nginx/nginx.conf
COPY entrypoint.sh /entrypoint.sh
COPY ./SmartHttpClone/nginx.conf /etc/nginx/nginx.conf
COPY ./SmartHttpClone/entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
EXPOSE 80
SmartHttpClone/entrypoint.sh +0 -0
diff --git a/entrypoint.sh b/SmartHttpClone/entrypoint.sh
similarity index 100%
rename from entrypoint.sh
rename to SmartHttpClone/entrypoint.sh
SmartHttpClone/nginx.conf +0 -0
diff --git a/nginx.conf b/SmartHttpClone/nginx.conf
similarity index 100%
rename from nginx.conf
rename to SmartHttpClone/nginx.conf