From 2c07414ec614706a91046f136c00337398ae5b00 Mon Sep 17 00:00:00 2001 From: john Date: Sun, 18 May 2025 17:38:30 +0200 Subject: [PATCH] fix envvar --- Femto.Api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Femto.Api/Dockerfile b/Femto.Api/Dockerfile index 6456763..cc50d5c 100644 --- a/Femto.Api/Dockerfile +++ b/Femto.Api/Dockerfile @@ -68,7 +68,7 @@ RUN mkdir -p /app/scripts && \ ENV PATH="/app/scripts:${PATH}" # This envvar is used by Femto.Database up to load the migrations -ENV MIGRATIONS_DIRECTORY='/app/femto-db/Migrations' +ENV MigrationsDirectory='/app/femto-db/Migrations' # Entrypoint for the API ENTRYPOINT ["dotnet", "Femto.Api.dll"]