diff --git a/Dockerfile b/Dockerfile index 1a61ea4..4937d3a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,4 @@ COPY --from=build-stage /mstar /mstar EXPOSE 8080 -USER nonroot:nonroot - ENTRYPOINT [ "/mstar" ]