update building with individual number
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-01-05 14:13:47 +01:00
parent 02f6ce5b19
commit 7d2110d201
3 changed files with 22 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ ARG API_URL
WORKDIR /app
RUN apt-get update && apt-get --no-install-recommends -y install libpq5 && rm -rf /var/apt/cache/*
RUN adduser --disabled-password --home /app reflex
COPY --chown=reflex --from=gitea.pb42.de/matthias/reflex-ipad:builder /app /app
COPY --chown=reflex --from=gitea.pb42.de/matthias/reflex-ipad:builder-#BUILDNR# /app /app
COPY --chown=reflex deploy/* .
RUN chown reflex:reflex /app
USER reflex