Skip to content

Commit 423da54

Browse files
authored
Merge pull request #89 from NFDI4Chem/upgrade-nmr-cli
feat: update NMRium core packages
2 parents 8f125be + 5faa671 commit 423da54

File tree

5 files changed

+212
-162
lines changed

5 files changed

+212
-162
lines changed

app/scripts/nmr-cli/.dockerignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package-lock.json
2+
node_modules/
3+
build/
4+
5+
Dockerfile*
6+
.dockerignore
7+
.gitignore

app/scripts/nmr-cli/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ ENV BASE_NMRIUM_URL=https://nmriumdev.nmrxiv.org/
1313
ENV NMR_PREDICTION_URL=https://nmrshiftdb.nmr.uni-koeln.de/NmrshiftdbServlet/nmrshiftdbaction/quickcheck
1414

1515
COPY package.json ./
16-
COPY package-lock.json ./
1716

1817
RUN npm install
1918

0 commit comments

Comments
 (0)