https://github.com/abn/graphql-pokemon-docker
A container packaging the GraphQL Pokémon project
https://github.com/abn/graphql-pokemon-docker
Last synced: 3 months ago
JSON representation
A container packaging the GraphQL Pokémon project
- Host: GitHub
- URL: https://github.com/abn/graphql-pokemon-docker
- Owner: abn
- License: mit
- Created: 2019-05-23T10:26:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-28T21:45:34.000Z (about 5 years ago)
- Last Synced: 2025-01-19T10:31:47.617Z (over 1 year ago)
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GraphQL Pokémon Docker
[](https://quay.io/repository/abn/graphql-pokemon) [](https://dependabot.com)
A container packaging the [GraphQL Pokémon](https://github.com/lucasbento/graphql-pokemon) project by [Lucas Bento](https://github.com/lucasbento).
## Usage
```sh
# running in the foreground
docker run --rm -it -p 5000:5000 quay.io/abn/graphql-pokemon:latest
```