diff --git a/Dockerfile b/Dockerfile index 1fce12a..6936aef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,13 +9,12 @@ RUN --mount=type=cache,target=/root/.cache/go-build \ FROM alpine -RUN apk --no-cache add --no-check-certificate ca-certificates \ +RUN apk --no-cache add --no-check-certificate ca-certificates dumb-init \ && update-ca-certificates COPY --from=build /app/main /ryd-proxy -RUN apk add dumb-init ENTRYPOINT ["/usr/bin/dumb-init", "--"] EXPOSE 3000