diff --git a/Dockerfile b/Dockerfile index b2303ed..0d1c367 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,4 +20,4 @@ CMD dlv -l :40000 --headless=true --api-version=2 test -test.v ./... FROM alpine as runtime COPY --from=build /bin/app /bin/app -CMD /bin/app \ No newline at end of file +ENTRYPOINT ["/bin/app"] \ No newline at end of file