1
0

remove docker build stuff

This commit is contained in:
2024-07-17 22:17:28 +02:00
parent ed1d993343
commit 6e802434db
3 changed files with 2 additions and 33 deletions

View File

@ -1,3 +0,0 @@
FROM node:22
COPY build/ /home/node/app
ENTRYPOINT ["node", "build/index.js"]