git clone https://github.com/hunterlester/zakar.git
cd zakar
cd zakar-client
yarn
yarn start
yarn build
cd zakar-client
systemfd --no-pid -s http::8000 -- cargo watch -x run
cargo run --release
- Right-click on
Dockerfile
and chooseBuild image...
docker run -p 8000:8000 --env-file path/to/.env file zakar:latest
docker run -it --entrypoint bash zakar:latest
to open terminal in container
- heroku container:push web --remote staging
- heroku container:release web --remote staging
- heroku container:push web
- heroku container:release web