Skip to content

Commit

Permalink
fix: copy quotes.csv.tgz during quote search preview image build (#46)
Browse files Browse the repository at this point in the history
Co-authored-by: Jesse [email protected]
  • Loading branch information
dwelch-spike authored Jul 29, 2024
1 parent c96ee59 commit 0e44169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .internal/Dockerfile-quote-search-preview
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt-get update \

RUN mkdir /quote-search
COPY ./quote-semantic-search/quote-search /quote-search
COPY --parents ./quote-semantic-search/container-volumes/quote-search/data/quotes.csv.tgz .
COPY ./quote-semantic-search/container-volumes/quote-search/data/quotes.csv.tgz ./container-volumes/quote-search/data/quotes.csv.tgz

WORKDIR /quote-search
RUN python3 -m pip install -r requirements.txt --extra-index-url https://aerospike.jfrog.io/artifactory/api/pypi/aerospike-pypi-dev/simple
Expand Down

0 comments on commit 0e44169

Please sign in to comment.