Skip to content

Commit

Permalink
Merge branch 'main' into allow-sending-push-notifications-with-dynami…
Browse files Browse the repository at this point in the history
…c-text
  • Loading branch information
tnotheis authored Nov 15, 2024
2 parents 70169da + 46d8218 commit 09135ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Applications/AdminApi/src/AdminApi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ RUN dotnet publish /p:ContinuousIntegrationBuild=true /p:UseAppHost=false --no-r
RUN dotnet publish /p:ContinuousIntegrationBuild=true --configuration Release --output /app/publish/health "/src/Applications/HealthCheck/src/HealthCheck.csproj"

#### Build Flutter Admin UI ####
FROM ghcr.io/cirruslabs/flutter:3.24.4 AS flutter-build-env
FROM ghcr.io/cirruslabs/flutter:3.24.5 AS flutter-build-env

COPY Applications/AdminUi /src
WORKDIR /src
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 09135ca

Please sign in to comment.