ShellOps / shellops_pro /assets /ShellOps_3d591f04e2 /gold /services /webhook-dispatcher /Dockerfile
| FROM python:3.11-slim | |
| WORKDIR /app | |
| COPY . . | |
| RUN pip install -r requirements.txt | |
| EXPOSE 8385 | |
| CMD ["webhook-dispatcher"] | |
| FROM python:3.11-slim | |
| WORKDIR /app | |
| COPY . . | |
| RUN pip install -r requirements.txt | |
| EXPOSE 8385 | |
| CMD ["webhook-dispatcher"] | |