We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a1f925 commit 9a08995Copy full SHA for 9a08995
frontend/build.sh
@@ -12,7 +12,7 @@ DOCKER_IMAGE_LATEST="${DOCKER_IMAGE_NAME}:latest"
12
13
docker build -t "${DOCKER_IMAGE}" \
14
-t "${DOCKER_IMAGE_LATEST}" \
15
- --build-arg NEXT_PUBLIC_API_URL=http://programmable-tokens-int \
+ --build-arg NEXT_PUBLIC_API_URL=https://preview-api.programmabletokens.xyz \
16
--build-arg NEXT_PUBLIC_BLOCKFROST_API_KEY=preview63R2hq5OToB1PRYyxDQ1NpmS23rbyS88 \
17
--build-arg NETWORK=Preview \
18
--push \
0 commit comments