Skip to content

Commit

Permalink
⚗️ migration script
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Burg committed Dec 20, 2023
1 parent d357aaa commit 8fd7cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ghostnet
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ADD . /app
EXPOSE 8000

# Run migrations
RUN alembic upgrade head
ENTRYPOINT [ "alembic", "upgrade", "head" ]

# Run the command to start uWSGI
CMD ["uvicorn", "src.main:app", "--host", "0.0.0.0", "--port", "8000"]

0 comments on commit 8fd7cb0

Please sign in to comment.