Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ghtym0 authored and thomasten committed Nov 19, 2020
1 parent e584897 commit df284df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ RUN cmake .. && make

FROM ghcr.io/edgelesssys/edgelessrt-private:deploy AS release
LABEL description="EdgelessCoordinator"
COPY --from=build /coordinator/build/enclave.signed /coordinator/build/coordinator-noenclave /
ENTRYPOINT ["erthost", "enclave.signed"]
COPY --from=build /coordinator/build/coordinator-enclave.signed /coordinator/build/coordinator-noenclave /
ENTRYPOINT ["erthost", "coordinator-enclave.signed"]

0 comments on commit df284df

Please sign in to comment.