Skip to content

Commit 694f6bb

Browse files
committed
chore: minimize Dockerfile changes
1 parent 3dcb749 commit 694f6bb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/reader-main/Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ FROM base AS runtime
1313
ENV NODE_TLS_REJECT_UNAUTHORIZED=0
1414
WORKDIR /app
1515

16-
COPY --from=build /workspace/packages/reader-main/package.json ./
17-
COPY --from=build /workspace/packages/reader-main/src ./src
18-
COPY --from=build /workspace/node_modules ./node_modules
19-
COPY --from=build /workspace/packages/lib-api-types ./node_modules/@atomone/dither-api-types
16+
COPY --from=build /workspace/packages/reader-main ./
2017

2118
CMD ["bun", "run", "start"]

0 commit comments

Comments
 (0)