Skip to content

Commit

Permalink
fix Containerfile entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
yeoldegrove committed Oct 15, 2024
1 parent 46b3d5b commit 6d50655
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ COPY glrd glrd-create releases-input.yaml /usr/local/bin
# Do not use --system, we want the pip from the virtual env
RUN cd "$VIRTUAL_ENV_PARENT" && pip install -r requirements.txt
WORKDIR /usr/local/bin
ENTRYPOINT ["/usr/bin/sh", "-c"]

0 comments on commit 6d50655

Please sign in to comment.