dev #2

Merged
pi-farm merged 82 commits from dev into main 2026-03-25 10:05:59 +00:00
Showing only changes of commit 2c07e226f4 - Show all commits

View File

@@ -21,7 +21,7 @@ RUN apt update && \
WORKDIR /app WORKDIR /app
RUN adduser -D ${BUILD_APP_USER} && chown -R ${BUILD_APP_USER}:${BUILD_APP_USER} /app #RUN adduser -D ${BUILD_APP_USER} && chown -R ${BUILD_APP_USER}:${BUILD_APP_USER} /app
USER ${BUILD_APP_USER} USER ${BUILD_APP_USER}