Update gitea-mirror-dev service to always build from local sources in development environment

This commit is contained in:
Arunavo Ray
2025-05-19 10:35:14 +05:30
parent 8125331b3b
commit c92af8b6b1

View File

@@ -36,7 +36,7 @@ services:
# Development service connected to local Gitea
gitea-mirror-dev:
image: ${DOCKER_REGISTRY:-ghcr.io}/${DOCKER_IMAGE:-arunavo4/gitea-mirror}:${DOCKER_TAG:-latest}
# For dev environment, always build from local sources
build:
context: .
dockerfile: Dockerfile