Skip to content

Commit

Permalink
Fix Shell SIGTERM with exec
Browse files Browse the repository at this point in the history
  • Loading branch information
thohng committed Sep 29, 2023
1 parent a14a13e commit 59e70c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .docker-linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ WORKDIR /app
EXPOSE 80
RUN apk update && apk add --no-cache ca-certificates
COPY app .
ENTRYPOINT ["/opt/startup/init_container.sh"]
CMD ["dotnet", "EchoServiceApi.dll"]
ENTRYPOINT ["/opt/startup/init_container.sh", "exec", "dotnet", "EchoServiceApi.dll"]

0 comments on commit 59e70c5

Please sign in to comment.