fix(api): keep docker user as root for now

This commit is contained in:
dextmorgn
2026-01-30 22:19:43 +01:00
parent 16c9497268
commit 20a3d35909

View File

@@ -117,7 +117,7 @@ WORKDIR /app/flowsint-api
RUN chmod +x entrypoint.sh
# Switch to non-root user
USER flowsint
# USER flowsint
EXPOSE 5001