building test image / workflow
Some checks failed
Build container images / build (push) Failing after 1m48s

This commit is contained in:
2023-11-02 21:07:54 -07:00
commit e7f5e0b45c
3 changed files with 92 additions and 0 deletions

6
Dockerfile Normal file
View File

@@ -0,0 +1,6 @@
ARG NODE_VERSION=20
FROM node:${NODE_VERSION}
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh