We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ce436b commit b3178b2Copy full SHA for b3178b2
Dockerfile
@@ -25,7 +25,7 @@ FROM base AS final
25
RUN npm uninstall -g --logs-max=0 corepack npm
26
USER node
27
28
-COPY --from=prod-dependencies --chown=node:node /app/node_modules node_modules
29
-COPY --from=build --chown=node:node /app/dist lib
+COPY --from=prod-dependencies --chown=node:node /root/cf-runtime/node_modules node_modules
+COPY --from=build --chown=node:node /root/cf-runtime/dist lib
30
31
CMD ["node", "lib/index.js"]
0 commit comments