wormhole/near/Docker.md

13 lines
292 B
Markdown

# first build the image
<!-- cspell:disable-next-line -->
DOCKER_BUILDKIT=1 docker build -f Dockerfile.base -t near .
# tag the image with the appropriate version
docker tag near:latest ghcr.io/wormhole-foundation/near:0.2
# push to ghcr
docker push ghcr.io/wormhole-foundation/near:0.2