We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99081f2 commit 5f71e44Copy full SHA for 5f71e44
Dockerfile
@@ -1,5 +1,6 @@
1
# Build
2
FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build
3
+WORKDIR /source
4
5
COPY . .
6
0 commit comments