Skip to content

Commit

Permalink
fix: try to fix #9
Browse files Browse the repository at this point in the history
  • Loading branch information
nekomeowww committed Dec 2, 2024
1 parent ef971a5 commit b12161a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ WORKDIR /app

RUN apk add tree
COPY --from=build-stage /app/.output ./.output
RUN tree -L 4 ./.output/public

CMD ["node", ".output/server/index.mjs"]
g

0 comments on commit b12161a

Please sign in to comment.