Fix .dockerignore

This commit is contained in:
Constantin Graf
2026-07-22 19:17:49 +02:00
committed by Constantin Graf
parent c07c62bfab
commit 44fd0ffb91
5 changed files with 28 additions and 1 deletions

View File

@@ -189,7 +189,9 @@ ENV WITH_HORIZON=false \
WITH_SCHEDULER=false \
WITH_REVERB=false
COPY --link --chown=${WWWUSER}:${WWWUSER} . .
COPY --link --chown=${WWWUSER}:${WWWUSER} . ./
RUN test -z "$(find . -name .git -print -quit)"
#COPY --link --chown=${WWWUSER}:${WWWUSER} --from=build ${ROOT}/public public
RUN mkdir -p \