diff --git a/Dockerfile b/Dockerfile index 2e318f3..a114dbe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,4 +23,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