add dockerfile

This commit is contained in:
tezlm 2024-07-28 06:34:49 -07:00
parent 7ceeb92648
commit edf5c1d7c4
Signed by: tezlm
GPG key ID: 649733FCD94AFBBA

5
Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM node:22-alpine
WORKDIR /app
COPY . /app
CMD node index.js
EXPOSE 8329