Skip to content

Commit

Permalink
fix: re-add flutter-build-env
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoenig134 committed Feb 27, 2025
1 parent d0e0d9d commit 6826361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Applications/AdminApi/src/AdminApi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,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/android-sdk:34
FROM ghcr.io/cirruslabs/android-sdk:34 AS flutter-build-env

USER root

Expand Down

0 comments on commit 6826361

Please sign in to comment.