Skip to content

Commit

Permalink
Update ENTRYPOINT command in Stamp.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchmidt committed Apr 16, 2024
1 parent a977b84 commit d116b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stamp.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ RUN chmod -R 655 .

USER $USER
EXPOSE 5000
ENTRYPOINT ["/bin/sh", "-c", "dotnet ${APPLICATION}.dll \"${@}\"" ]
ENTRYPOINT ["/bin/sh", "-c", "dotnet ${APPLICATION}.dll \"${@}\"", "--" ]

0 comments on commit d116b0d

Please sign in to comment.