Skip to content

Commit

Permalink
fix: add nmr-snapshot to docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
NishaSharma14 committed Nov 22, 2023
1 parent 5ee6a7c commit 0bf04a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ services:
entrypoint: /bin/sh
stdin_open: true
tty: true
nmr-snapshot:
build: ./app/scripts/nmr-snapshot-cli
entrypoint: /bin/sh
stdin_open: true
tty: true
prometheus:
image: prom/prometheus
container_name: nmrkit_prometheus
Expand Down

0 comments on commit 0bf04a0

Please sign in to comment.