first iteration of serve docker

This commit is contained in:
Firq 2023-12-21 15:30:43 +01:00
parent 55a11bbb66
commit 3a1c298602
Signed by: Firq
GPG key ID: 4DE1059A4666E89F
2 changed files with 38 additions and 0 deletions

2
Dockerfile Normal file
View file

@ -0,0 +1,2 @@
FROM node:lts
RUN npm install --global "@warren-bank/serve"