File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 37
37
env :
38
38
AWS_REGION : us-east-1
39
39
- run : |
40
- DOCKER_BUILDKIT=1 docker build -f tilt_devnet/docker_images/Dockerfile.wasm -o type=local,dest=. .
40
+ DOCKER_BUILDKIT=1 docker build -t lerna - f tilt_devnet/docker_images/Dockerfile.lerna .
41
41
DOCKER_BUILDKIT=1 docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG -f price_service/server/Dockerfile .
42
42
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
43
43
env:
Original file line number Diff line number Diff line change @@ -46,17 +46,11 @@ price service you should:
46
46
47
47
## Build an image
48
48
49
- First, build the wasm files from [ the repo root] ( ../../ ) like below. This command generates the wasm files necessary
50
- for parsing Pyth messages coming from Wormhole and stores them on [ this] ( ../../wormhole_attester/sdk/js ) directory.
51
-
52
- ```
53
- docker buildx build -f tilt_devnet/docker_images/Dockerfile.wasm -o type=local,dest=. .
54
- ```
55
-
56
- Then, build the image from [ the repo root] ( ../../ ) like below. It will create a
49
+ Build the image from [ the repo root] ( ../../ ) like below. It will create a
57
50
local image named ` pyth_price_server ` .
58
51
59
52
```
53
+ $ docker buildx build -f tilt_devnet/docker_images/Dockerfile.lerna -t lerna .
60
54
$ docker buildx build -f price_service/server/Dockerfile -t pyth_price_server .
61
55
```
62
56
You can’t perform that action at this time.
0 commit comments