Skip to content

Commit b3178b2

Browse files
fixed paths
1 parent 4ce436b commit b3178b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ FROM base AS final
2525
RUN npm uninstall -g --logs-max=0 corepack npm
2626
USER node
2727

28-
COPY --from=prod-dependencies --chown=node:node /app/node_modules node_modules
29-
COPY --from=build --chown=node:node /app/dist lib
28+
COPY --from=prod-dependencies --chown=node:node /root/cf-runtime/node_modules node_modules
29+
COPY --from=build --chown=node:node /root/cf-runtime/dist lib
3030

3131
CMD ["node", "lib/index.js"]

0 commit comments

Comments
 (0)