diff --git a/Dockerfile b/Dockerfile index f0d617f..ceead09 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,5 +13,5 @@ RUN apk add --no-cache ca-certificates WORKDIR /go/src/app COPY --from=baseimg /go/src/app/semver-gen . COPY --from=baseimg /go/src/app/config-release.yaml config.yaml -COPY entrypoint.sh entrypoint.sh +COPY --from=baseimg /go/src/app/entrypoint.sh entrypoint.sh ENTRYPOINT ["./entrypoint.sh"] \ No newline at end of file