Reactive WebAssembly
3.7K
Example:
(assumes you have already built your project and have the build directory ready)
FROM sfisol/vertigo:0.11
RUN apt-get update && apt-get install -y ca-certificates && rm -rf /var/lib/apt/lists/*
COPY build build/
CMD ["./vertigo", "serve", "--dest-dir", "build", "--host", "0.0.0.0", "--port", "4444"]
Content type
Image
Digest
sha256:641fb9375…
Size
37.4 MB
Last updated
20 days ago
docker pull sfisol/vertigo:0.12