geändert: Makefile

geändert:       docker-compose.yml
	neue Datei:     keys/ec_private.pem
	neue Datei:     keys/ec_public.pem
	geändert:       main.py
	geändert:       requirements.txt
This commit is contained in:
2025-12-21 17:39:32 +01:00
parent c571c0cbb2
commit 70dbf0b120
6 changed files with 272 additions and 42 deletions
+3 -3
View File
@@ -2,9 +2,9 @@ build:
podman-compose build
reload:
podman rm authentication_app_1
podman rm authentication_db_1
podman rm authentication_migration_1
podman rm backend_authentication_app_1
podman rm backend_authentication_db_1
podman rm backend_authentication_migration_1
up:
podman-compose up --build