add task feature

This commit is contained in:
buenosairesam
2025-01-25 07:04:22 -03:00
parent cbb7bf657a
commit 2da2f2641a
14 changed files with 666 additions and 154 deletions

13
Dockerfile Normal file
View File

@@ -0,0 +1,13 @@
FROM python:3.9-alpine
RUN apk add --update
COPY . /src
WORKDIR /src
RUN
EXPOSE 8080
ENTRYPOINT [""]