Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
stroncod authored Jul 29, 2024
1 parent b4ecd75 commit 177ee84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ WORKDIR /home
# Manage dependencies
COPY ./requirements.txt /home/requirements.txt

RUN echo "PAT=${GH_PAT}"

RUN pip install --no-cache-dir --upgrade -r /home/requirements.txt

COPY ./scheduler /home/scheduler
Expand Down

0 comments on commit 177ee84

Please sign in to comment.