Skip to content

Commit

Permalink
chore: Add SRS points to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
epociask committed Jul 8, 2024
1 parent c3f7688 commit fc898e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ FROM alpine:3.16
WORKDIR /app
COPY --from=builder /app/bin/eigenda-proxy .

# Copy srs values
COPY --from=builder /resources/ /resources/

# API & metrics servers
EXPOSE 4242 7300

Expand Down

0 comments on commit fc898e0

Please sign in to comment.