Add Dockerfile
This commit is contained in:
parent
e1482cb024
commit
de4d8c1129
1 changed files with 5 additions and 0 deletions
5
Dockerfile
Normal file
5
Dockerfile
Normal 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"]
|
Loading…
Add table
Reference in a new issue