Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit bd9dc3b

Browse files
need to copy docs into docker
1 parent 8ccc8c6 commit bd9dc3b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ RUN dotnet restore --runtime=alpine.3.7-x64
1313

1414
COPY ./src .
1515

16+
WORKDIR /docs
17+
18+
COPY ./docs/* ./
19+
1620
WORKDIR /build
1721

1822
COPY ./build/build.csproj .

0 commit comments

Comments
 (0)