diff --git a/Dockerfile b/Dockerfile index b3de682..522d09b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,5 @@ WORKDIR /app COPY --from=build /app/bin/lorem /app/lorem -USER 1000:1000 - EXPOSE 8080 ENTRYPOINT ["./lorem"] \ No newline at end of file