Skip to content

Commit fe0e96f

Browse files
committed
Fix manual build instructions
1 parent 33ee63f commit fe0e96f

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

apps/price_pusher/docker-compose.beta.sample.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
services:
22
price-pusher:
3-
# Use this to build the price pusher from source. The pusher docker image
4-
# depends on the pyth-crosschain monorepo builder and runner docker
5-
# images. Build the images using the following commands from the repo root:
6-
# `docker buildx build -f Dockerfile.builder -t builder .`
7-
# `docker buildx build -f Dockerfile.runner -t runner .`
3+
# Use this to build the price pusher from source.
84
#
95
# Please note that the docker build from source only works in x86_64 platforms
106
# and doesn't work on arm platforms (like Apple M1/M2).
117
#
128
# build:
13-
# context: .
9+
# context: ../..
10+
# dockerfile: Dockerfile.node
11+
# args:
12+
# package: "@pythnetwork/price-pusher"
1413

1514
# Replace <version> with the latest released image of the price pusher from here:
1615
# https://gallery.ecr.aws/pyth-network/xc-price-pusher

apps/price_pusher/docker-compose.stable.sample.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
services:
22
price-pusher:
3-
# Use this to build the price pusher from source. The pusher docker image
4-
# depends on the pyth-crosschain monorepo builder and runner docker
5-
# images. Build the images using the following commands from the repo root:
6-
# `docker buildx build -f Dockerfile.builder -t builder .`
7-
# `docker buildx build -f Dockerfile.runner -t runner .`
3+
# Use this to build the price pusher from source.
84
#
95
# Please note that the docker build from source only works in x86_64 platforms
106
# and doesn't work on arm platforms (like Apple M1/M2).
117
#
128
# build:
13-
# context: .
9+
# context: ../..
10+
# dockerfile: Dockerfile.node
11+
# args:
12+
# package: "@pythnetwork/price-pusher"
1413

1514
# Replace <version> with the latest released image of the price pusher from here:
1615
# https://gallery.ecr.aws/pyth-network/xc-price-pusher

0 commit comments

Comments
 (0)