Skip to content

Commit

Permalink
removed volume
Browse files Browse the repository at this point in the history
  • Loading branch information
eedygreen committed Mar 12, 2024
1 parent 37346ff commit 01cac2f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
ENTRYPOINT ["./rpc-gateway"]

0 comments on commit 01cac2f

Please sign in to comment.