add dockerfile
This commit is contained in:
parent
7ceeb92648
commit
edf5c1d7c4
1 changed files with 5 additions and 0 deletions
5
Dockerfile
Normal file
5
Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
FROM node:22-alpine
|
||||||
|
WORKDIR /app
|
||||||
|
COPY . /app
|
||||||
|
CMD node index.js
|
||||||
|
EXPOSE 8329
|
Loading…
Reference in a new issue