diff --git a/Dockerfile b/Dockerfile index 8276200..c04cda4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,11 +14,8 @@ FROM alpine:3.19 RUN apk add --update-cache --no-cache \ ca-certificates -COPY --from=builder /src/rpc-gateway /app/ +COPY --from=builder /src/rpc-gateway / COPY --from=builder /src/config.yaml /app/ -VOLUME ["/app"] - -USER nobody LABEL org.opencontainers.image.source https://github.com/sygmaprotocol/rpc-gateway -ENTRYPOINT ["./app/rpc-gateway"] \ No newline at end of file +ENTRYPOINT ["./rpc-gateway"] \ No newline at end of file