fix(dockerfile)
Some checks failed
Deploy to Development / build-and-deploy (push) Has been cancelled
Deploy to Production / build-and-deploy (push) Successful in 33s

This commit is contained in:
EvanChal
2026-01-28 20:47:34 +01:00
parent 97ae75c9bf
commit d68af8d5a1
19 changed files with 4783 additions and 7 deletions

View File

@@ -136,3 +136,4 @@ backend/
- [SQLAlchemy Documentation](https://docs.sqlalchemy.org/)

View File

@@ -114,3 +114,4 @@ format = %(levelname)-5.5s [%(name)s] %(message)s
datefmt = %H:%M:%S

View File

@@ -65,3 +65,4 @@ async def unsubscribe_push(
return {"message": "Unsubscribed successfully"}

1
backend/entrypoint.sh Normal file → Executable file
View File

@@ -27,4 +27,3 @@ else
--proxy-headers \
--forwarded-allow-ips=*
fi

View File

@@ -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`

View File

@@ -26,3 +26,4 @@ def downgrade() -> None:
${downgrades if downgrades else "pass"}

View File

@@ -36,3 +36,4 @@ def downgrade():
op.drop_index(op.f('ix_push_subscriptions_id'), table_name='push_subscriptions')
op.drop_table('push_subscriptions')

View File

@@ -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

View File

@@ -41,3 +41,4 @@ case "$1" in
esac