Skip to content

Commit

Permalink
fix: copy csv file over to container (#186)
Browse files Browse the repository at this point in the history
Co-authored-by: JasonHaley <[email protected]>
  • Loading branch information
JasonHaley and JasonHaley committed Feb 26, 2024
1 parent 1fb1453 commit 655c7da
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 655c7da

Please sign in to comment.