Skip to content

Commit 0af9f06

Browse files
committed
update docker file
1 parent 9a29967 commit 0af9f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ WORKDIR /app
2323
COPY --from=build --chown=node:node /app/wwwroot wwwroot
2424
COPY --from=build --chown=node:node /app/node_modules node_modules
2525
COPY --from=build /app/serverconfig.json serverconfig.json
26-
COPY --from=build /app/index.js index.js
26+
# COPY --from=build /app/index.js index.js
2727
COPY --from=build /app/package.json package.json
2828
COPY --from=build /app/version.js version.js
2929

0 commit comments

Comments
 (0)