Skip to content
This repository was archived by the owner on Dec 2, 2022. It is now read-only.

Commit e58b3e0

Browse files
author
Adam Warner
committed
Correct the entry point name!
1 parent 67b48e3 commit e58b3e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ RUN dotnet publish MattermostRSS.sln -c Release -o /publish
1010
FROM microsoft/dotnet:1.1-runtime
1111
WORKDIR /app
1212
COPY --from=builder /publish .
13-
ENTRYPOINT ["dotnet", "Matterhook.NET.dll"]
13+
ENTRYPOINT ["dotnet", "MattermostRSS.dll"]

0 commit comments

Comments
 (0)