init commit

This commit is contained in:
2024-12-08 20:20:36 -06:00
parent 2bc4e89aa1
commit 7ef51cbcff
2 changed files with 34 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
FROM ubuntu:24.04
RUN apt update && apt upgrade -y
RUN apt install git nodejs npm --no-install-recommends -y