fix envvar
This commit is contained in:
parent
348cbab097
commit
2c07414ec6
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ RUN mkdir -p /app/scripts && \
|
||||||
ENV PATH="/app/scripts:${PATH}"
|
ENV PATH="/app/scripts:${PATH}"
|
||||||
|
|
||||||
# This envvar is used by Femto.Database up to load the migrations
|
# 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 for the API
|
||||||
ENTRYPOINT ["dotnet", "Femto.Api.dll"]
|
ENTRYPOINT ["dotnet", "Femto.Api.dll"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue