chore: simplify docker-only deployment workflow

This commit is contained in:
2026-03-03 08:43:30 +00:00
parent 2b9476290f
commit e888772488
9 changed files with 214 additions and 13 deletions

View File

@@ -8,7 +8,8 @@ WORKDIR /app
COPY web/requirements-web.txt /app/web/requirements-web.txt
RUN pip install --no-cache-dir -r /app/web/requirements-web.txt
COPY . /app
COPY pdf_to_ics.py /app/pdf_to_ics.py
COPY web /app/web
EXPOSE 8000