fix migrations hopefully

This commit is contained in:
2025-05-26 15:49:22 +02:00
parent 0bf66d4430
commit 7b60927941
2 changed files with 19 additions and 2 deletions

View File

@@ -16,6 +16,9 @@ RUN pip install --no-cache-dir -r requirements.txt
# Copy the rest of the application
COPY . .
# Create migrations directory if it doesn't exist
RUN mkdir -p migrations/versions
# Make entrypoint script executable
RUN chmod +x entrypoint.sh