Skip to content

Commit

Permalink
Correct file path (#957)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrizzlyOwl authored Nov 15, 2024
1 parent d4b5aa7 commit a0b0435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.api
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN ["mkdir", "-p", "/app/SQL"]
RUN ["dotnet", "restore", "Dfe.ManageFreeSchoolProjects.Data"]
RUN ["dotnet", "build", "Dfe.ManageFreeSchoolProjects.Data", "--no-restore"]
RUN ["dotnet", "ef", "migrations", "script", "--output", "/app/SQL/DbMigrationScript.sql", "--idempotent", "-p", "/build/Dfe.ManageFreeSchoolProjects.Data", "--no-build"]
RUN ["touch", "/app/SQL/DbMigrationScript.sql"]
RUN ["touch", "/app/SQL/DbMigrationScriptOutput.txt"]

# Install SQL tools to allow migrations to be run
FROM "mcr.microsoft.com/dotnet/aspnet:${DOTNET_VERSION}-azurelinux3.0" AS base
Expand Down

0 comments on commit a0b0435

Please sign in to comment.