Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abn/graphql-pokemon-docker

A container packaging the GraphQL Pokémon project
https://github.com/abn/graphql-pokemon-docker

Last synced: 7 days ago
JSON representation

A container packaging the GraphQL Pokémon project

Awesome Lists containing this project

README

        

# GraphQL Pokémon Docker
[![Docker Repository on Quay.io](https://quay.io/repository/abn/graphql-pokemon/status "Docker Repository on Quay.io")](https://quay.io/repository/abn/graphql-pokemon) [![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=abn/graphql-pokemon-docker)](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
```