Skip to content

Commit

Permalink
fix warning NETSDK1194 (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: Renat Shajmardanov <[email protected]>
  • Loading branch information
Renat Shaymardanov and Renat Shajmardanov authored Dec 21, 2023
1 parent c5c0472 commit eeb6dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV SOLUTION_NAME "./mysql-data-mover.sln"
RUN dotnet restore ${SOLUTION_NAME}
RUN dotnet build --no-restore --configuration Release ${SOLUTION_NAME}
RUN dotnet test --no-restore --configuration Release ${SOLUTION_NAME}
RUN dotnet publish --no-restore --configuration Release -o output ${SOLUTION_NAME}
RUN dotnet publish --no-restore --configuration Release --property:PublishDir=/output ${SOLUTION_NAME}

FROM mcr.microsoft.com/dotnet/runtime:8.0-jammy-chiseled
WORKDIR /app
Expand Down

0 comments on commit eeb6dda

Please sign in to comment.