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 fc898e0 commit 942a29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ WORKDIR /app
COPY --from=builder /app/bin/eigenda-proxy .

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

# API & metrics servers
EXPOSE 4242 7300
Expand Down

0 comments on commit 942a29a

Please sign in to comment.