Skip to content

Commit

Permalink
include new dockerfile for core image
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland committed Jun 18, 2024
1 parent 812866e commit 715c3ae
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Dockerfile.core
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
ARG CORE_IMAGE=
ARG CORE_IMAGE_BIN_PATH=

FROM $CORE_IMAGE

COPY $CORE_IMAGE_BIN_PATH /usr/local/bin/stellar-core



0 comments on commit 715c3ae

Please sign in to comment.