Skip to content

Commit 822ec81

Browse files
mcaspersonarturcic
authored andcommitted
Fixed entrypoint for github actions
1 parent c9dfef6 commit 822ec81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ ARG contentFolder
88
WORKDIR /app
99
COPY $contentFolder/ ./
1010

11-
ENTRYPOINT ["dotnet", "GitVersion.dll"]
11+
ENTRYPOINT ["dotnet", "/app/GitVersion.dll"]

0 commit comments

Comments
 (0)