We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 149ee52 commit 2cdb5ebCopy full SHA for 2cdb5eb
1 file changed
OpenAlprWebhookProcessor.Server/Dockerfile
@@ -49,14 +49,14 @@ RUN dotnet build "./OpenAlprWebhookProcessor.Server.csproj" -c $BUILD_CONFIGURAT
49
--project "./OpenAlprWebhookProcessor.Server.csproj" \
50
--startup-project "./OpenAlprWebhookProcessor.Server.csproj" \
51
--context ProcessorContext \
52
- --idempotent
+ --idempotent \
53
--output /app/build/processor-migrations.sql \
54
--configuration $BUILD_CONFIGURATION && \
55
/root/.dotnet/tools/dotnet-ef migrations script \
56
57
58
--context UsersContext \
59
60
--output /app/build/users-migrations.sql \
61
--configuration $BUILD_CONFIGURATION
62
0 commit comments