update building
Some checks failed
Test & Deploy Waitlist / test (push) Successful in 37s
Test & Deploy Waitlist / deploy (push) Failing after 51s

This commit is contained in:
Roberto Musso
2026-04-11 14:41:16 +02:00
parent 74c3298bd4
commit 77e02b4e86
3 changed files with 7 additions and 33 deletions

View File

@@ -1,6 +1,6 @@
FROM python:3.12-slim
WORKDIR /app
WORKDIR /srv
# Install only psycopg2 build deps (needed for alembic sync driver)
RUN apt-get update && \