ZcashFoundation / zebra-launcher

This repo holds a Tauri app for Zebra to provide a GUI with webviews and a multi-platform installer
0 stars 0 forks source link

feat(docker): add a Dockerfile to run `zebra-app` #9

Closed gustavovalverde closed 8 months ago

gustavovalverde commented 8 months ago

This can be tested running:

docker build -f docker/Dockerfile --target runner --tag zfnd/zebra-app:latest .
docker run --rm -it -p 8080:8080  zfnd/zebra-app:latest

And going into a browser and navigating to localhost:8080