Skip to content

Commit

Permalink
Update dockerfile for gRPC project
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxchata committed Jan 1, 2025
1 parent 3625c85 commit f4b8c09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Taxi.gRPC/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base
USER app
WORKDIR /app
EXPOSE 6010
EXPOSE 6011

FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
ARG BUILD_CONFIGURATION=Release
WORKDIR /src
COPY ["Taxi.gRPC/Taxi.gRPC.csproj", "Taxi.gRPC/"]
Expand Down

0 comments on commit f4b8c09

Please sign in to comment.