From 3b525b78193aaa01891daf8da5265d581000b76a Mon Sep 17 00:00:00 2001 From: Gleb Koval Date: Sun, 7 Aug 2022 01:25:12 +0000 Subject: [PATCH] timezone --- tools/wasm-pack-plugin/Dockerfile | 3 +++ wasm/o-x-rust/README.md | 4 ---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/tools/wasm-pack-plugin/Dockerfile b/tools/wasm-pack-plugin/Dockerfile index a78b6c2..a22d03b 100644 --- a/tools/wasm-pack-plugin/Dockerfile +++ b/tools/wasm-pack-plugin/Dockerfile @@ -9,8 +9,11 @@ RUN apk add --no-cache \ perl \ zlib \ make \ + tzdata \ && cargo install wasm-pack \ && rustup target add wasm32-unknown-unknown \ && chmod +x /bin/plugin.sh +ENV TZ=UTC + ENTRYPOINT ["/bin/sh", "/bin/plugin.sh"] diff --git a/wasm/o-x-rust/README.md b/wasm/o-x-rust/README.md index 37824f8..3fd8d28 100644 --- a/wasm/o-x-rust/README.md +++ b/wasm/o-x-rust/README.md @@ -1,7 +1,3 @@ # Os & Xs Rust This crate contains implementation(s) for naughts & crosses algorithm(s). - -## Usage - -## Algorithms