docker images

This commit is contained in:
allencai
2026-01-22 10:46:47 +08:00
parent b9d2e0e43a
commit c54eea076a
22 changed files with 468 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
FROM node:20
RUN npm install -g pnpm
+3
View File
@@ -0,0 +1,3 @@
#/bin/bash
docker build -t node:20-pnpm .