timezone
This commit is contained in:
		| @@ -9,8 +9,11 @@ RUN apk add --no-cache \ | |||||||
|         perl \ |         perl \ | ||||||
|         zlib \ |         zlib \ | ||||||
|         make \ |         make \ | ||||||
|  |         tzdata \ | ||||||
|     && cargo install wasm-pack \ |     && cargo install wasm-pack \ | ||||||
|     && rustup target add wasm32-unknown-unknown \ |     && rustup target add wasm32-unknown-unknown \ | ||||||
|     && chmod +x /bin/plugin.sh |     && chmod +x /bin/plugin.sh | ||||||
|  |  | ||||||
|  | ENV TZ=UTC | ||||||
|  |  | ||||||
| ENTRYPOINT ["/bin/sh", "/bin/plugin.sh"] | ENTRYPOINT ["/bin/sh", "/bin/plugin.sh"] | ||||||
|   | |||||||
| @@ -1,7 +1,3 @@ | |||||||
| # Os & Xs Rust | # Os & Xs Rust | ||||||
|  |  | ||||||
| This crate contains implementation(s) for naughts & crosses algorithm(s). | This crate contains implementation(s) for naughts & crosses algorithm(s). | ||||||
|  |  | ||||||
| ## Usage |  | ||||||
|  |  | ||||||
| ## Algorithms |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user