We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
py-ard
For deploying to production, build a Docker image and use that image for deploying to a server.
Build the docker image:
make docker-build
builds a Docker image named pyard-service:latest
pyard-service:latest
Build the docker and run it with:
make docker
The endpoint should then be available at localhost:8080