fix(dockerfile)
This commit is contained in:
@@ -136,3 +136,4 @@ backend/
|
||||
- [SQLAlchemy Documentation](https://docs.sqlalchemy.org/)
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -114,3 +114,4 @@ format = %(levelname)-5.5s [%(name)s] %(message)s
|
||||
datefmt = %H:%M:%S
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -65,3 +65,4 @@ async def unsubscribe_push(
|
||||
|
||||
return {"message": "Unsubscribed successfully"}
|
||||
|
||||
|
||||
|
||||
1
backend/entrypoint.sh
Normal file → Executable file
1
backend/entrypoint.sh
Normal file → Executable file
@@ -27,4 +27,3 @@ else
|
||||
--proxy-headers \
|
||||
--forwarded-allow-ips=*
|
||||
fi
|
||||
|
||||
|
||||
@@ -42,3 +42,4 @@ alembic revision -m "Description de la migration"
|
||||
- En cas de problème, vous pouvez toujours revenir en arrière avec `alembic downgrade`
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -26,3 +26,4 @@ def downgrade() -> None:
|
||||
${downgrades if downgrades else "pass"}
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -36,3 +36,4 @@ def downgrade():
|
||||
op.drop_index(op.f('ix_push_subscriptions_id'), table_name='push_subscriptions')
|
||||
op.drop_table('push_subscriptions')
|
||||
|
||||
|
||||
|
||||
@@ -14,3 +14,4 @@ moviepy>=1.0.3
|
||||
aiofiles>=0.8.0
|
||||
python-magic>=0.4.27
|
||||
pywebpush>=1.14.0
|
||||
opencv-python-headless>=4.5.0
|
||||
|
||||
@@ -41,3 +41,4 @@ case "$1" in
|
||||
esac
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user