1
0

feat(job): source from current website api ; chore: deploy to prod

This commit is contained in:
2025-07-05 23:00:24 +02:00
parent 9e411cee54
commit 1e291882a6
5 changed files with 69 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
FROM python:3.13-alpine
RUN apk add --no-cache s6 bash wget unzip
RUN apk add --no-cache s6 bash wget unzip curl
COPY requirements.txt .