Skip to content

Commit 655c7da

Browse files
JasonHaleyJasonHaley
and
JasonHaley
authored
fix: copy csv file over to container (#186)
Co-authored-by: JasonHaley <[email protected]>
1 parent 1fb1453 commit 655c7da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/search/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ ENV NODE_ENV=production
1717
WORKDIR /app
1818
COPY ./package*.json ./
1919
COPY ./packages/search/package.json ./packages/search/
20+
COPY ./packages/search/data/employee-info.csv ./packages/search/data/employee-info.csv
2021
RUN npm ci --omit=dev --workspace=search --cache /tmp/empty-cache
2122
COPY --from=build app/packages/search/dist packages/search/dist
2223
EXPOSE 3000

0 commit comments

Comments
 (0)