Skip to content

Commit f24c2d3

Browse files
committed
Update build instructions
1 parent 5d71860 commit f24c2d3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -130,15 +130,15 @@ pipenv install
130130
pipenv shell
131131

132132
# Build a new version of the Docker container.
133-
./docsearch docker:build
133+
export TAG="0.4.1"
134+
docker buildx build -f ./scraper/dev/docker/Dockerfile -t typesense/docsearch-scraper:${TAG} .
135+
docker push typesense/docsearch-scraper:${TAG}
136+
docker tag typesense/docsearch-scraper:${TAG} typesense/docsearch-scraper:latest
137+
docker push typesense/docsearch-scraper:latest
134138

135139
# Add a new Git tag.
136-
export TAG="0.2.1"
137140
git tag -a "$TAG" -m "$TAG"
138141

139-
# Deploy the new version.
140-
./docsearch deploy:scraper
141-
142142
# Sync with GitHub.
143143
git push --follow-tags
144144
```

0 commit comments

Comments
 (0)