Skip to content

Commit

Permalink
⚠ Force merge pull request #4 from goodeggs/docker-platform-base
Browse files Browse the repository at this point in the history
switch to platform-nodejs-base
  • Loading branch information
goodeggs-mk authored Oct 25, 2021
2 parents 796a4bd + 8f82fa4 commit 0fc3be4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
_auth = ${NPM_AUTH}
always-auth = true
strict-ssl = true
_authToken = ${NPM_TOKEN}
registry = https://npm.goodeggs.com/
always-auth = true
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
FROM goodeggs/ranch-baseimage-nodejs:1-yarn
FROM goodeggs/platform-nodejs-base:2.3.1
ARG RANCH_BUILD_ENV
COPY --chown=docker:docker package.json yarn.lock .npmrc ./
RUN su docker -c 'yarn-install'
COPY --chown=docker:docker . ./
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"request-promise": "^4.2.0"
},
"engines": {
"node": "8.9.4",
"yarn": "1.3.2"
"node": "14.17.4",
"yarn": "1.9.4"
}
}

0 comments on commit 0fc3be4

Please sign in to comment.