This is an automated email from the ASF dual-hosted git repository.
mrutkowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-nodejs.git
The following commit(s) were added to refs/heads/master by this push:
new f3aaa44 updating the package.json path (#174)
f3aaa44 is described below
commit f3aaa44856732455ddb138a7c18f424f1fc298ed
Author: Priti Desai <[email protected]>
AuthorDate: Thu Jun 18 07:33:28 2020 -0700
updating the package.json path (#174)
---
core/nodejs10Action/knative/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/nodejs10Action/knative/Dockerfile
b/core/nodejs10Action/knative/Dockerfile
index 2769c43..2453c2b 100644
--- a/core/nodejs10Action/knative/Dockerfile
+++ b/core/nodejs10Action/knative/Dockerfile
@@ -30,7 +30,7 @@ COPY ./core/nodejsActionBase/platform/*.js ./platform/
COPY . .
# COPY the package.json to root container, so we can install npm packages a
level up from user's packages,
# so user's packages take precedence
-COPY ./core/nodejs10Action/package.json /
+COPY ./core/nodejsActionBase/package.json /
RUN cd / && npm install --no-package-lock \
&& npm cache clean --force
EXPOSE 8080