fix: use root user, for now

This commit is contained in:
Simon Ding
2024-07-29 22:12:05 +08:00
parent 8f677b29a7
commit cff093ca98
4 changed files with 17 additions and 8 deletions

View File

@@ -35,6 +35,6 @@ COPY --from=builder /app/polaris .
EXPOSE 8080
USER 1000:1000
#USER 1000:1000
ENTRYPOINT ["./polaris"]