We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 240ada7 commit f3aaa44Copy full SHA for f3aaa44
1 file changed
core/nodejs10Action/knative/Dockerfile
@@ -30,7 +30,7 @@ COPY ./core/nodejsActionBase/platform/*.js ./platform/
30
COPY . .
31
# COPY the package.json to root container, so we can install npm packages a level up from user's packages,
32
# so user's packages take precedence
33
-COPY ./core/nodejs10Action/package.json /
+COPY ./core/nodejsActionBase/package.json /
34
RUN cd / && npm install --no-package-lock \
35
&& npm cache clean --force
36
EXPOSE 8080
0 commit comments