A basic Docker Compose practice for building a Flask application and integrating Graphene.
git clone https://github.com/ChenYuTingJerry/FlaskGraphQL.git
docker-compose up --build
To shut down:
docker-compose down
A basic Docker Compose practice for building a Flask application and integrating Graphene.
git clone https://github.com/ChenYuTingJerry/FlaskGraphQL.git
docker-compose up --build
To shut down:
docker-compose down