Remove nonroot user from Dockerfile

This commit is contained in:
2025-05-18 14:07:40 +03:30
parent 98c56daf24
commit 501cdb0f15

View File

@@ -26,6 +26,5 @@ COPY --from=build-stage /app/internal/web/templates /internal/web/templates
EXPOSE 8080
USER nonroot:nonroot
ENTRYPOINT ["/CatsOfMastodonGo"]