Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/gregor/index/previewnet-testing-…
Browse files Browse the repository at this point in the history
…fixes' into gregor/index/previewnet-testing-fixes
  • Loading branch information
Gregor Gololicic committed Feb 22, 2024
2 parents 716d1fe + de68836 commit 81d6c68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ RUN chmod a+x ./scripts/run.sh
# RUN APP
FROM debian:latest
WORKDIR /flow-evm-gateway
RUN apt-get update
RUN apt-get install -y nfs-common
COPY --from=builder /flow-evm-gateway/evm-gateway /flow-evm-gateway/evm-gateway
COPY --from=builder /flow-evm-gateway/scripts/run.sh /flow-evm-gateway/run.sh
EXPOSE 3000
Expand Down

0 comments on commit 81d6c68

Please sign in to comment.