Skip to content

Commit 2865104

Browse files
committed
build: remove .output folder
1 parent 7e29b0c commit 2865104

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
@@ -23,8 +23,8 @@ LABEL org.opencontainers.image.licenses="MIT"
2323

2424
WORKDIR /app
2525

26-
COPY --from=build /app/.output /app/.output
26+
COPY --from=build /app/.output /app
2727

2828
EXPOSE 3000/tcp
2929

30-
CMD ["/app/.output/server/index.mjs"]
30+
CMD ["/app/server/index.mjs"]

0 commit comments

Comments
 (0)