diff --git a/Dockerfile b/Dockerfile index 1d0fab3..ef8f544 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,4 +15,6 @@ FROM alpine WORKDIR /app -COPY --from=build /app/app . \ No newline at end of file +COPY --from=build /app/app . + +ENTRYPOINT ["/app/app"] \ No newline at end of file