Reactive WebAssembly
5.9K
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:57706ab8e…
Size
38.2 MB
Last updated
4 days ago
docker pull sfisol/vertigo