Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kael-shipman committed Jan 11, 2024
1 parent 893f2de commit 605d679
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ PM_VERSION="$("$ROOT/scripts/.internal/getEngineVersion.js" pnpm)"
DOCKER_ARGS+=(--build-arg NODE_VERSION=$NODE_VERSION)
DOCKER_ARGS+=(--build-arg PM_VERSION=$PM_VERSION)

DOCKER_ARGS+=(--build-arg NODE_VERSION=$NODE_VERSION)
DOCKER_ARGS+=(--build-arg PM_VERSION=$PM_VERSION)

# By default, we'll tag our images as `dev`. You can set `VERSION_TAG` to change this, though
VERSION_TAG="$([ -n "$VERSION_TAG" ] && echo "$VERSION_TAG" || echo "dev")"

Expand Down

0 comments on commit 605d679

Please sign in to comment.