Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyWooo committed Nov 7, 2024
1 parent fe901e4 commit c967a3e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tee-worker/omni-executor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ ENV HOME=/home/ubuntu
WORKDIR $HOME/tee-worker/omni-executor
RUN pwd
RUN ls -al
RUN ls -al $HOME
COPY . $HOME
RUN pwd
RUN ls -al
RUN ls -al ..
RUN ls -al $HOME
RUN cargo build --release

FROM ubuntu:22.04 AS executor-worker
Expand Down

0 comments on commit c967a3e

Please sign in to comment.