Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 179 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 179 Bytes

Icebox, a service api

Develop

cp ./env/env.sample env.local

# build docker image
./env/build.sh

# run the service
./env/start.sh

# stop service
./env/stop.sh