Skip to content

Commit

Permalink
Fix Dockerfile (#415)
Browse files Browse the repository at this point in the history
Change the ENTRYPOINT to array syntax in order to allow passing parameters to rh from docker run.
  • Loading branch information
art-ist committed Oct 4, 2020
1 parent f370dd3 commit 286db0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -38,4 +38,4 @@ FROM mcr.microsoft.com/dotnet/core/aspnet:2.1
WORKDIR /app
COPY --from=build-env /app/out .

ENTRYPOINT dotnet rh.dll
ENTRYPOINT ["dotnet", "rh.dll"]

0 comments on commit 286db0f

Please sign in to comment.