FEAT: add dockerfile

This commit is contained in:
prosety
2022-11-14 00:49:45 +01:00
parent bce964d083
commit d023fb6219
2 changed files with 7 additions and 3 deletions

5
Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM node:18
VOLUME ./dist
CMD node ./dist/server/entry.mjs