Skip to content

Commit

Permalink
Merge pull request #60 from NFDI4Chem/dev-nisha
Browse files Browse the repository at this point in the history
nmrcli
  • Loading branch information
CS76 authored Oct 30, 2023
2 parents f6ec554 + f48a838 commit b928d12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/scripts/nmr-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ COPY package.json ./
COPY package-lock.json ./
RUN npm install

RUN apk add docker

COPY . ./

#install the nmr-cli as a global package
Expand Down
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ services:
entrypoint: /bin/sh
stdin_open: true
tty: true
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
web:
build:
context: ./
Expand Down

0 comments on commit b928d12

Please sign in to comment.