Skip to content

Commit

Permalink
Merge pull request #5 from Samourai-Wallet/feat_mydojo_install_node
Browse files Browse the repository at this point in the history
mydojo - install nodejs
  • Loading branch information
kenshin-samourai authored Jun 12, 2019
2 parents 02e629e + ad033fb commit 1f4258d
Show file tree
Hide file tree
Showing 3 changed files with 2,270 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ keys/sslcert/
node_modules/
private-tests/
*.log
package-lock.json
2 changes: 1 addition & 1 deletion docker/my-dojo/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ COPY . "$APP_DIR"

# Install node modules required by the app
RUN cd "$APP_DIR" && \
npm install --only=prod
npm ci --only=production

# Copy config file
COPY ./docker/my-dojo/node/keys.index.js "$APP_DIR/keys/index.js"
Expand Down
Loading

0 comments on commit 1f4258d

Please # to comment.