Skip to content

Commit 14db3b8

Browse files
authored
fix: file-type dep (#1872)
1 parent 1983924 commit 14db3b8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ FROM base
2323
RUN apk update && apk upgrade
2424

2525
COPY --from=dependencies /app/node_modules ./node_modules/
26-
27-
# Remove file-type@15 (root workspace dep) before overlaying content's file-type@21
28-
# to prevent its stale nested token-types@2.1.1 from leaking into the merged tree
29-
RUN rm -rf ./node_modules/file-type
3026
COPY --from=dependencies /app/content/node_modules ./node_modules/
3127

3228
COPY --from=catalyst-builder /app/content/dist/src content/

0 commit comments

Comments
 (0)