Skip to content

Commit cfa5586

Browse files
committed
fix(docker): add logging environment variables for better debugging
1 parent 332bb00 commit cfa5586

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ WORKDIR /usr/src/app
99
ENV CI="true"
1010
ENV PNPM_HOME="/pnpm"
1111
ENV PATH="$PNPM_HOME:$PATH"
12+
ENV LOG_LEVEL=info
13+
ENV FORCE_COLOR=true
1214

1315
RUN apk add --no-cache dumb-init
1416
RUN corepack enable && corepack prepare pnpm@10.22.0 --activate

0 commit comments

Comments
 (0)