fix: make "main" the default recording server source
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
2025-09-12 09:40:19 +02:00
parent 22522a6607
commit e7a583d3eb

View File

@@ -4,7 +4,7 @@ FROM python:3.13.7-alpine3.22
COPY --chmod=775 start.sh /start.sh
COPY --chmod=775 healthcheck.sh /healthcheck.sh
ENV RECORDING_VERSION=v0.1
ENV RECORDING_VERSION=main
ENV ALLOW_ALL=false
ENV HPB_PROTOCOL=https
ENV NC_PROTOCOL=https