Skip to content

Commit

Permalink
copy csv file over to container
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonHaley committed Feb 21, 2024
1 parent 09d23cd commit 8189584
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/search/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ ENV NODE_ENV=production
WORKDIR /app
COPY ./package*.json ./
COPY ./packages/search/package.json ./packages/search/
COPY ./packages/search/data/employee-info.csv ./packages/search/data/employee-info.csv
RUN npm ci --omit=dev --workspace=search --cache /tmp/empty-cache
COPY --from=build app/packages/search/dist packages/search/dist
EXPOSE 3000
Expand Down

0 comments on commit 8189584

Please sign in to comment.