A Community Checkin with Interactivity Project Server
Read Dockerfile
- Make sure
docker
andmake
are installed. - Execute the follwoing commands every time you change the
config
,json
orcsv
files.
make go
You should get the following messages if it works.
ccip_server | INFO:waitress:Serving on http://0.0.0.0:5000
make shell