Skip to content

Commit

Permalink
Update docker build (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebkiage authored Aug 9, 2023
1 parent a537b52 commit 792041f
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 @@ -14,7 +14,7 @@ WORKDIR /app/msgraph-beta-cli

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

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
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

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

Expand Down

0 comments on commit 792041f

Please sign in to comment.