Add Dockerfile

This commit is contained in:
Late Night Defender 2025-06-06 02:25:01 +07:00
parent 87bf90ebf2
commit b1ee56c127

5
Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM docker.io/library/node:latest
RUN npm i
CMD node server.js