mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 07:03:56 +02:00
Use Docker's entrypoint instead of command
This commit is contained in:
parent
78447ea307
commit
51c1e72a03
3 changed files with 5 additions and 5 deletions
|
@ -10,7 +10,7 @@
|
|||
dockerTools.buildLayeredImage {
|
||||
name = "verify-attestation-sgx";
|
||||
|
||||
config.Cmd = [ "${teepot.teepot.verify_attestation}/bin/verify-attestation" ];
|
||||
config.Entrypoint = [ "${teepot.teepot.verify_attestation}/bin/verify-attestation" ];
|
||||
config.Env = [ "LD_LIBRARY_PATH=/lib" ];
|
||||
contents = buildEnv {
|
||||
name = "image-root";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue