Skip to content

Commit

Permalink
Update dotnet-6.0.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitpaulk authored Oct 20, 2023
1 parent f7e3a73 commit 4fa8e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/dotnet-6.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN (echo 'System.Console.WriteLine("If you are seeing this, there is something
WORKDIR /app

# This saves nuget packages to ~/.nuget
RUN dotnet run --project . --configuration Release "$@" | grep -v "hello@codecrafters.io"
RUN dotnet build --configuration Release .

RUN rm /app/src/Program.cs

Expand Down

0 comments on commit 4fa8e09

Please sign in to comment.