Skip to content

Commit

Permalink
fix: updated docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
punitkashyup committed Feb 2, 2024
1 parent 46ce651 commit d7a1c00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -4,7 +4,8 @@ LABEL "com.github.actions.name"="Update Secret Action"
LABEL "com.github.actions.description"="A GitHub Action to update a secret in a repository"
LABEL "com.github.actions.icon"="shield"
LABEL "com.github.actions.color"="blue"

COPY . .
RUN pip install -r requirements.txt
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh

0 comments on commit d7a1c00

Please sign in to comment.