Create Dockerfile

This commit is contained in:
Maxim Slipenko 2023-09-29 16:35:36 +03:00 committed by GitHub
parent 2b5634f139
commit 4f86f7fa28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
Dockerfile Normal file
View File

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