update permission for /app folder
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-01-04 10:20:50 +01:00
parent ee063ca801
commit a32b885a28

View File

@@ -4,6 +4,7 @@ WORKDIR /app
RUN adduser --disabled-password --home /app reflex
COPY --chown=reflex --from=gitea.pb42.de/matthias/reflex-ipad:builder /app /app
COPY --chown=reflex deploy/* .
RUN chown reflex:reflex /app
USER reflex
ENV PATH="/app/.venv/bin:$PATH" API_URL=$API_URL