Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
meziantou committed Sep 5, 2024
1 parent 8a8af0c commit fe19877
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 @@ -20,7 +20,7 @@ RUN dotnet publish "AzureCliCredentialProxy.csproj" -c Release -r linux-musl-x64


FROM base AS final
RUN adduser --disabled-password --home /app --gecos '' app && chown -R app /app
RUN chown -R app /app
USER app
WORKDIR /app
COPY --from=publish /app/publish .
Expand Down

0 comments on commit fe19877

Please sign in to comment.