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

Commit cb7a9a7

Browse files
committed
- removes unused rid
1 parent e8b664b commit cb7a9a7

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
@@ -20,7 +20,7 @@ FROM mcr.microsoft.com/dotnet/runtime:6.0 as runtime
2020

2121
WORKDIR /app
2222

23-
COPY --from=build-env /app/msgraph-cli/src/bin/Release/net6.0/${RID}/ ./dist
23+
COPY --from=build-env /app/msgraph-cli/src/bin/Release/net6.0/ ./dist
2424
RUN echo 'export PATH=$PATH:/app/dist' > /app/.bash_profile
2525

2626
ENV HOME=/app

0 commit comments

Comments
 (0)