first version
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
FROM node:lts-slim
|
||||
|
||||
RUN apt update && apt install curl git -y
|
||||
|
||||
RUN npm install -g pnpm
|
||||
|
||||
ENV ASTRO_TELEMETRY_DISABLED=1
|
||||
Reference in New Issue
Block a user