Skip to content

Commit 2cdb5eb

Browse files
committed
slahes
1 parent 149ee52 commit 2cdb5eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

OpenAlprWebhookProcessor.Server/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ RUN dotnet build "./OpenAlprWebhookProcessor.Server.csproj" -c $BUILD_CONFIGURAT
4949
--project "./OpenAlprWebhookProcessor.Server.csproj" \
5050
--startup-project "./OpenAlprWebhookProcessor.Server.csproj" \
5151
--context ProcessorContext \
52-
--idempotent
52+
--idempotent \
5353
--output /app/build/processor-migrations.sql \
5454
--configuration $BUILD_CONFIGURATION && \
5555
/root/.dotnet/tools/dotnet-ef migrations script \
5656
--project "./OpenAlprWebhookProcessor.Server.csproj" \
5757
--startup-project "./OpenAlprWebhookProcessor.Server.csproj" \
5858
--context UsersContext \
59-
--idempotent
59+
--idempotent \
6060
--output /app/build/users-migrations.sql \
6161
--configuration $BUILD_CONFIGURATION
6262

0 commit comments

Comments
 (0)