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

Commit 9709433

Browse files
self contained apps produce executable binaries
1 parent 30bc280 commit 9709433

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ FROM microsoft/dotnet:2.1.4-runtime-deps-alpine3.7 AS runtime
3434
WORKDIR /app
3535
COPY --from=build /publish ./
3636

37-
ENTRYPOINT ["dotnet", "SqlStreamStore.HAL.DevServer.dll"]
37+
ENTRYPOINT ["/app/SqlStreamStore.HAL.DevServer"]

0 commit comments

Comments
 (0)