Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 306 Bytes

File metadata and controls

16 lines (12 loc) · 306 Bytes

actix_redis_server

## commands

ACTIX

cargo run

Docker

docker build --platform=linux/amd64 -t ghcr.io/wgr-sa/actix_redis_server:latest .
docker push ghcr.io/wgr-sa/actix_redis_server:latest

docker run -p 8080:80 --env-file .env ghcr.io/wgr-sa/actix_redis_server:latest