Skip to content

Commit

Permalink
fix: run command
Browse files Browse the repository at this point in the history
  • Loading branch information
Karina5005 committed Oct 12, 2023
1 parent 929c50b commit a590f6a
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 @@ -13,3 +13,5 @@ RUN mkdir "/backup/metrics"
RUN pip install backup-github-org==1.0.4

ENTRYPOINT backup-github --all -t $ACCESS_TOKEN -o /backup/backup --metrics_path /backup/metrics/${ORGANIZATION}_github_backup.prom $ORGANIZATION

# Run command: docker run -d -v .\backup:/backup/backup -v .\metrics:/backup/metrics -e ACCESS_TOKEN={} -e ORGANIZATION={}

0 comments on commit a590f6a

Please sign in to comment.