Skip to content

Commit

Permalink
Fix fork links
Browse files Browse the repository at this point in the history
  • Loading branch information
javfg committed Jan 7, 2025
1 parent 21cca3a commit c78fbaa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 94 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ any target shows help.
### Running with Docker

```bash
docker run ghcr.io/javfg/pis:latest -h
docker run ghcr.io/opentargets/pis:latest -h
```

PIS can upload the files it fetches into different cloud storage services. Open Targets uses
Expand All @@ -39,7 +39,7 @@ you can run the following command:
docker run \
-v /path/to/credentials.json:/app/credentials.json \
-e GOOGLE_APPLICATION_CREDENTIALS=/app/credentials.json \
ghcr.io/javfg/pis:latest -h
ghcr.io/opentargets/pis:latest -h
```

To build your own Docker image, run the following command from the root of the repository:
Expand All @@ -51,7 +51,7 @@ docker build -t pis .
## Development

> [!NOTE]
> Take a look at the [API documentation](https://javfg.github.io/pis),
> Take a look at the [API documentation](https://opentargets.github.io/pis),
> it is a very helpful guide when developing new tasks.
> [!IMPORTANT]
Expand Down
101 changes: 10 additions & 91 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c78fbaa

Please sign in to comment.