feat: initial commit
This commit is contained in:
13
Dockerfile
Normal file
13
Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM node:20-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY probe-server.js /app/probe-server.js
|
||||
|
||||
ENV PORT=19090
|
||||
ENV HOST=0.0.0.0
|
||||
|
||||
EXPOSE 19090
|
||||
|
||||
CMD ["node", "probe-server.js"]
|
||||
|
||||
Reference in New Issue
Block a user