Skip to content

Commit

Permalink
JSON arguments recommended for ENTRYPOINT/CMD to prevent unintended b…
Browse files Browse the repository at this point in the history
…ehavior related to OS signals
  • Loading branch information
yozik04 committed Oct 28, 2024
1 parent 9673ea0 commit 24709ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ EXPOSE ${PAI_MQTT_BIND_PORT}/tcp
EXPOSE 10000/tcp

# run process
CMD pai-service
CMD ["pai-service"]

0 comments on commit 24709ae

Please sign in to comment.