Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 792041f

Browse files
authored
Update docker build (#12)
1 parent a537b52 commit 792041f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ WORKDIR /app/msgraph-beta-cli
1414

1515
# RUN apk add gcc --no-cache # Uncomment this if PublishAot is enabled
1616

17-
RUN dotnet publish -p:PublishSingleFile=false -p:PublishReadyToRun=true -p:PublishReadyToRunShowWarnings=true ./src/msgraph-cli-beta.csproj --configuration Release --no-self-contained --runtime linux-musl-x64 --output /app/output
17+
RUN dotnet publish -p:PublishSingleFile=false -p:PublishReadyToRun=true -p:PublishReadyToRunShowWarnings=true ./src/msgraph-beta-cli.csproj --configuration Release --no-self-contained --runtime linux-musl-x64 --output /app/output
1818

1919
FROM mcr.microsoft.com/dotnet/runtime:7.0-alpine as runtime
2020

0 commit comments

Comments
 (0)