Skip to content

Commit

Permalink
test: change env var
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Jun 22, 2024
1 parent 000b795 commit b76836d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/Dockerfile-administration-service
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ WORKDIR /src/administration/Administration.Service
RUN dotnet publish "Administration.Service.csproj" -c Release -o /app/publish

FROM base AS final
ENV COMPlus_EnableDiagnostics=0
ENV \
COMPlus_EnableDiagnostics=0 \
ASPNETCORE_URLS=http://+:8080
WORKDIR /app
COPY --from=publish /app/publish .
ENV ASPNETCORE_URLS http://+:8080
EXPOSE 8080
RUN chown -R 1000:3000 /app
USER 1000:3000
Expand Down

0 comments on commit b76836d

Please sign in to comment.