Skip to content

Commit 5f71e44

Browse files
committed
fix: dockerfile
1 parent 99081f2 commit 5f71e44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Build
22
FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build
3+
WORKDIR /source
34

45
COPY . .
56

0 commit comments

Comments
 (0)