Skip to content

Commit

Permalink
Merge pull request #16 from filecoin-project/feat/general-app-loader
Browse files Browse the repository at this point in the history
fix docker file
  • Loading branch information
jbesraa authored Sep 1, 2023
2 parents d32bae5 + 3eced61 commit c82c14a
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 @@ -7,5 +7,5 @@ FROM debian:bullseye

# Needed for openssl(hyper uses it)
RUN apt-get update && apt-get install -y libssl-dev ca-certificates && rm -rf /var/lib/apt/lists/*
COPY --from=builder ./target/release/fp-core ./target/release/fp-core
CMD ["/target/release/fp-core"]
COPY --from=builder ./target/release/filplus-core ./target/release/filplus-core
CMD ["/target/release/filplus-core"]

0 comments on commit c82c14a

Please sign in to comment.