Skip to content

Commit b106be3

Browse files
fix: Dockerfile Error
1 parent 2ec8336 commit b106be3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ COPY . .
1717
EXPOSE 8080
1818

1919
# Set environment variables
20-
ENV BOT_TOKEN
21-
ENV AIRTABLE_ACCESS_TOKEN
22-
ENV BASE_ID
23-
ENV BASE_NAME
24-
ENV GITHUB_TOKEN
20+
ENV GITHUB_TOKEN=${GITHUB_TOKEN}
21+
ENV AIRTABLE_ACCESS_TOKEN=${AIRTABLE_ACCESS_TOKEN}
22+
ENV BASE_ID=${BASE_ID}
23+
ENV BOT_TOKEN=${BOT_TOKEN}
24+
ENV BASE_NAME=${BASE_NAME}
2525

2626
# Run the initialization script
2727
RUN npm run init

0 commit comments

Comments
 (0)