Skip to content

Commit 3ae948d

Browse files
committed
Don't include auth.json in Docker image
1 parent 367bfb4 commit 3ae948d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bot.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ENV PNPM_HOME="/pnpm"
44
ENV PATH="$PNPM_HOME:$PATH"
55
ENV COREPACK_ENABLE_DOWNLOAD_PROMPT="0"
66
RUN corepack enable
7-
COPY ./bingus-bot/ /app/bingus-bot/
7+
COPY --exclude=auth.json ./bingus-bot/ /app/bingus-bot/
88
COPY ./package*.json ./pnpm*.yaml /app/
99
WORKDIR /app
1010

0 commit comments

Comments
 (0)