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

Commit b32fd3f

Browse files
need to copy docs into docker
1 parent 3a8a67e commit b32fd3f

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
@@ -17,6 +17,10 @@ RUN dotnet restore --runtime=alpine.3.7-x64
1717

1818
COPY ./src .
1919

20+
WORKDIR /docs
21+
22+
COPY ./docs/* ./
23+
2024
WORKDIR /build
2125

2226
COPY ./build/build.csproj .

0 commit comments

Comments
 (0)