fix migrations hopefully
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user