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

Commit 9b754a1

Browse files
version file is not in the publish folder
1 parent a95f133 commit 9b754a1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ RUN MYGET_API_KEY=$MYGET_API_KEY \
4646
FROM microsoft/dotnet:2.1.6-runtime-deps-alpine3.7 AS runtime
4747

4848
WORKDIR /app
49+
COPY --from=build /app/.version ./
4950
COPY --from=build /app/publish ./
5051

5152
ENTRYPOINT ["/app/SqlStreamStore.HAL.ApplicationServer"]

0 commit comments

Comments
 (0)