Skip to content

Commit

Permalink
Merge pull request #486 from gemini-hlsw/stroncod-patch-2
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
stroncod committed Jul 29, 2024
2 parents b4ecd75 + 177ee84 commit 1206186
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 1206186

Please sign in to comment.