Module

x/denoflate/Dockerfile

WebAssembly port of Deflate, Gzip, and Zlib compression algorithms
Latest
File
FROM rust:1.71.0
WORKDIR /app
RUN cargo install wasm-pack
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bashRUN apt-get install -y nodejsRUN npm config set cache /tmp --global
RUN chmod -R 777 /usr/local/cargoRUN chmod -R 777 /root
CMD npm ci && npm run build