webhook-gateway 2.17.2

A service to ingress github event
Documentation
1
2
3
4
5
FROM node:18-alpine
WORKDIR /app
COPY . .
RUN npm install express --save
CMD ["node",  "index.js"]