This commit is contained in:
2024-04-04 16:39:29 -04:00
parent de448a35d1
commit 5d80acfcea
24 changed files with 298 additions and 28 deletions

View File

@@ -12,6 +12,8 @@ WORKDIR /app
RUN pip3 install -r requirements.txt
RUN apt-get update && apt-get install -y wkhtmltopdf
EXPOSE 8000
COPY . /app