From 525b56f6791e73939fb905207a8813c9bfa0a65b Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Mon, 2 Dec 2024 18:14:54 +0800 Subject: [PATCH] fix: try to fix #6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d9aa407..ab2b607 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]