See full tutorial.
- Docker daemon running, install Docker.
Build the Docker image from the Dockerfile:
docker build -t wasm-git-proxy .Run the Docker container using the built image:
docker run -d -p 3000:3000 wasm-git-proxyConsole will print the container id.
Go to http://localhost:3000 to view.