You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This Dockerfile sets up a CGit server using an Alpine Linux base image. It configures CGit with custom settings and serves the repositories from a specified directory.
# Start with a base Alpine image that has CGit installed
FROM joseluisq/alpine-cgit:2.9.0
ENV USE_CUSTOM_CONFIG="true"
# Copy the custom cgit configuration file into the container