Skip to content

Commit 81014a1

Browse files
Giovanni GargiuloGiovanni Gargiulo
authored andcommitted
chore: build script update
1 parent 1d59d60 commit 81014a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

frontend/build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ DOCKER_IMAGE_LATEST="${DOCKER_IMAGE_NAME}:latest"
1313
docker build -t "${DOCKER_IMAGE}" \
1414
-t "${DOCKER_IMAGE_LATEST}" \
1515
--build-arg NEXT_PUBLIC_API_URL=http://programmable-tokens-int \
16-
--push .
16+
--build-arg NEXT_PUBLIC_BLOCKFROST_API_KEY=preview63R2hq5OToB1PRYyxDQ1NpmS23rbyS88 \
17+
--build-arg NETWORK=Preview \
18+
.

0 commit comments

Comments
 (0)