Skip to content

Commit f3aaa44

Browse files
authored
updating the package.json path (#174)
1 parent 240ada7 commit f3aaa44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/nodejs10Action/knative/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ COPY ./core/nodejsActionBase/platform/*.js ./platform/
3030
COPY . .
3131
# COPY the package.json to root container, so we can install npm packages a level up from user's packages,
3232
# so user's packages take precedence
33-
COPY ./core/nodejs10Action/package.json /
33+
COPY ./core/nodejsActionBase/package.json /
3434
RUN cd / && npm install --no-package-lock \
3535
&& npm cache clean --force
3636
EXPOSE 8080

0 commit comments

Comments
 (0)