Skip to content

Commit

Permalink
fix: try to fix #6
Browse files Browse the repository at this point in the history
  • Loading branch information
nekomeowww committed Dec 2, 2024
1 parent 435a6a9 commit 525b56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ WORKDIR /app

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

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

0 comments on commit 525b56f

Please sign in to comment.