Skip to content

Commit

Permalink
docker: Update build_docker script to use Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cfurrow committed Dec 9, 2023
1 parent 4b2f08d commit cfd9b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_docker
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ echo "Current icloudpd version: ${ICLOUDPD_VERSION}"

docker build \
-t "icloudpd/icloudpd:${ICLOUDPD_VERSION}" \
-f "Dockerfile.release" \
-f "Dockerfile" \
--build-arg ICLOUDPD_VERSION=${ICLOUDPD_VERSION} \
"$ROOT_DIR"

Expand Down

0 comments on commit cfd9b6b

Please sign in to comment.