1
0

add dockerfile and build yaml

This commit is contained in:
2024-05-31 22:39:32 +02:00
parent 71b8b5d9f9
commit f90798a363
2 changed files with 29 additions and 0 deletions

2
Dockerfile Normal file
View File

@ -0,0 +1,2 @@
FROM node:22
COPY build/ /home/node/app