Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 634 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 634 Bytes
DAPPFACE Logo

DAPPFACE Rust API

Start Locally

APP_ENV=${APP_ENV} SLACK_API_TOKEN=${SLACK_API_TOKEN} cargo run

Start Docker Container

docker build -t dappface-rust-api .
docker run --init --rm -p 8080:8080 -e APP_ENV=${APP_ENV} -e SLACK_API_TOKEN=${SLACK_API_TOKEN} dappface-rust-api