Skip to content

Commit

Permalink
add missing arg within dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyWooo committed Aug 20, 2024
1 parent f138676 commit 15568b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bitacross-worker/build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ ENV SGX_PRODUCTION=$SGX_PRODUCTION

ENV HOME=/home/ubuntu

ARG RA_METHOD
ENV RA_METHOD=$RA_METHOD

ARG WORKER_MODE_ARG
ENV WORKER_MODE=$WORKER_MODE_ARG

Expand Down
3 changes: 3 additions & 0 deletions tee-worker/build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ ENV SGX_PRODUCTION=$SGX_PRODUCTION

ENV HOME=/home/ubuntu

ARG RA_METHOD
ENV RA_METHOD=$RA_METHOD

ARG WORKER_MODE_ARG
ENV WORKER_MODE=$WORKER_MODE_ARG

Expand Down

0 comments on commit 15568b3

Please sign in to comment.