Skip to content

Commit

Permalink
fix: fix attempt number 625, GITHUB_TOKEN should be passed to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanskodje committed Oct 10, 2024
1 parent 3ad9a69 commit 7d00bd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ FROM openjdk:21-jdk-slim AS final-backend
RUN useradd --uid 10000 --create-home runner
USER 10000

ARG GITHUB_TOKEN
ENV GITHUB_TOKEN=${GITHUB_TOKEN}
ENV NODE_ENV=production
ENV PRODUCTION=true

Expand Down

0 comments on commit 7d00bd6

Please sign in to comment.