Skip to content

Deploy as a Docker Container

Pradeep Bashyal edited this page Oct 2, 2023 · 1 revision

Docker deployment of py-ard REST Web Service

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

Build the docker and run it with:

make docker

The endpoint should then be available at localhost:8080