Skip to content

Commit

Permalink
Merge pull request #201 from PEM-Humboldt/release/1.7.0
Browse files Browse the repository at this point in the history
Release/1.7.0
  • Loading branch information
erikasv committed Feb 15, 2021
2 parents c471105 + aead60d commit c7c71f1
Show file tree
Hide file tree
Showing 10 changed files with 576 additions and 409 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v9.4.0
v14.15
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12.18
FROM node:14.15

USER node
WORKDIR /home/node/
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12.18
FROM node:14.15

USER node
WORKDIR /home/node/
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
The API handles all operations related with models, species and records of the BioModelos platform.

## Requirements
* Nodejs v9.4+
* npm v6.4+
* Nodejs v14.15
* npm v6.14+
* MongoDB database running v3.6

### For deployment
Expand Down
Loading

0 comments on commit c7c71f1

Please sign in to comment.