Skip to content

Commit

Permalink
Update nym-network-monitor.dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsinclair authored Nov 21, 2024
1 parent 3f072e4 commit 760ee45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nym-network-monitor.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN cargo build --release

FROM locustio/locust
EXPOSE 8089
EXPOSE 8080
COPY --from=builder /usr/src/nym/target/release/nym-network-monitor /bin/nym-network-monitor
COPY --from=builder /usr/src/nym/nym-network-monitor/locustfile.py locustfile.py
COPY --from=builder /usr/src/nym/nym-network-monitor/entrypoint.sh entrypoint.sh
Expand Down

0 comments on commit 760ee45

Please sign in to comment.