Skip to content

cds-hooks/cds-service-example-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cds-service-example-python

Simple Python and Flask server that acts as a CDS Service

Usage

This card service can be deployed with docker. By default, the Dockerfile exposes port 5000. Creating the docker container can be done by:

$ docker build -t <your-name>/cds-service-example-python .
Successfully built <container-id>

$ docker run -p 5000:5000 -d --rm <your-name>/cds-service-example-python

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages