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

Commit dc290c6

Browse files
80 is already exposed by the base image
1 parent 8dfea06 commit dc290c6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ WORKDIR /src/SqlStreamStore.HAL.DevServer
1616
RUN dotnet publish -c Release -o /build
1717

1818
FROM microsoft/dotnet:2.1.1-aspnetcore-runtime-alpine3.7 AS runtime
19-
EXPOSE 80
19+
2020
WORKDIR /app
2121
COPY --from=build /build ./
22+
2223
ENTRYPOINT ["dotnet", "SqlStreamStore.HAL.DevServer.dll"]

0 commit comments

Comments
 (0)