Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed Jan 6, 2025
1 parent 96fb4e5 commit 5876026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set -e
docker build -t lsst/ppdb-base:local -f docker/Dockerfile.base .

# Build the CLI image
docker build --build-arg BASE_IMAGE_TAG=local -t lsst/ppdb-cli:local -f docker/Dockerfile.cli .
docker build --build-arg BASE_IMAGE=lsst/ppdb-base:local -t lsst/ppdb-cli:local -f docker/Dockerfile.cli .

# Build the replication image
docker build --build-arg BASE_IMAGE_TAG=local -t lsst/ppdb-replication:local -f docker/Dockerfile.replication .
docker build --build-arg BASE_IMAGE=lsst/ppdb-base:local -t lsst/ppdb-replication:local -f docker/Dockerfile.replication .

0 comments on commit 5876026

Please sign in to comment.