diff --git a/Dockerfile b/Dockerfile index fa9a6dd..506c117 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" ]