Update entrypoint docker

This commit is contained in:
Leendert de Borst
2024-05-31 11:33:18 +02:00
parent 43d2bcf9e8
commit 7a649eb87e
2 changed files with 2 additions and 9 deletions

View File

@@ -2,8 +2,8 @@
# Apply database migrations using the bundle
echo "Running database migrations..."
/app/aliasVault/migrationbundle
/app/AliasVault/migrationbundle
# Start the application
echo "Starting application..."
dotnet /app/aliasVault/AliasVault.dll
dotnet /app/AliasVault/AliasVault.dll

View File

@@ -1,7 +0,0 @@
#!/bin/bash
# Apply database migrations
dotnet ef database update
# Start the application
exec dotnet "AliasVault.dll"