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 9a29967 commit 0af9f06Copy full SHA for 0af9f06
Dockerfile
@@ -23,7 +23,7 @@ WORKDIR /app
23
COPY --from=build --chown=node:node /app/wwwroot wwwroot
24
COPY --from=build --chown=node:node /app/node_modules node_modules
25
COPY --from=build /app/serverconfig.json serverconfig.json
26
-COPY --from=build /app/index.js index.js
+# COPY --from=build /app/index.js index.js
27
COPY --from=build /app/package.json package.json
28
COPY --from=build /app/version.js version.js
29
0 commit comments