fix envvar

This commit is contained in:
john 2025-05-18 17:38:30 +02:00
parent 348cbab097
commit 2c07414ec6

View file

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