Create Dockerfile

This commit is contained in:
2023-09-29 16:35:36 +03:00
committed by GitHub
parent 2b5634f139
commit 4f86f7fa28

2
Dockerfile Normal file
View File

@@ -0,0 +1,2 @@
FROM node:20-alpine
RUN npm i -g vercel@latest