diff --git a/Dockerfile b/Dockerfile index aafdc98..a2ebc12 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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