We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9333627 commit bdb7c0bCopy full SHA for bdb7c0b
Dockerfile
@@ -6,9 +6,6 @@ EXPOSE 80
6
7
ENV ASPNETCORE_URLS=http://+:80
8
9
-#RUN adduser -u 5678 --disabled-password --gecos "" appuser && chown -R appuser /app
10
-#USER appuser
11
-
12
FROM mcr.microsoft.com/dotnet/sdk:5.0-focal AS build
13
RUN apt-get update
14
RUN apt-get install -y curl
0 commit comments