Add Dockerfile

This commit is contained in:
brooke 2025-03-17 00:13:15 -04:00
parent e1482cb024
commit de4d8c1129

5
Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM node:23-bookworm
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
ENTRYPOINT ["/bin/bash", "-l", "-c"]