Skip to content

Commit

Permalink
copy script.sh to the container
Browse files Browse the repository at this point in the history
  • Loading branch information
zkokelj committed May 27, 2024
1 parent d0de14b commit fa9823a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/walletextension/enclave.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ FROM ghcr.io/edgelesssys/ego-deploy:v1.5.0
COPY --from=build-enclave \
/home/ten/go-ten/tools/walletextension/main /home/ten/go-ten/tools/walletextension/main

# Ensure the entry.sh script is copied
COPY tools/walletextension/main/entry.sh /home/ten/go-ten/tools/walletextension/main/entry.sh

WORKDIR /home/ten/go-ten/tools/walletextension/main

# simulation mode is ACTIVE by default
Expand Down

0 comments on commit fa9823a

Please sign in to comment.