add dockerfile
This commit is contained in:
parent
a9ab31ad2f
commit
8ae6ed8aab
1 changed files with 6 additions and 0 deletions
6
Dockerfile
Normal file
6
Dockerfile
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
FROM node:22-alpine
|
||||||
|
WORKDIR /app
|
||||||
|
COPY . /app
|
||||||
|
RUN npm install
|
||||||
|
CMD npm run start
|
||||||
|
EXPOSE 2893
|
Loading…
Reference in a new issue