feat(node-agent): add Dockerfile
This commit is contained in:
parent
feb78b8bcb
commit
0bc1ac9161
1 changed files with 4 additions and 0 deletions
4
services/node-agent/Dockerfile
Normal file
4
services/node-agent/Dockerfile
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
FROM node:22-alpine
|
||||||
|
WORKDIR /app
|
||||||
|
COPY package.json index.js ./
|
||||||
|
CMD ["node", "index.js"]
|
||||||
Loading…
Reference in a new issue