Skip to content

Commit 76371b2

Browse files
committed
modify the package.json
1 parent fe8acb6 commit 76371b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM seanyl/deepgit:app
22

33
WORKDIR /app
4-
4+
COPY package.json package-lock.json ./
55
# Remove problematic dependencies and force a fresh install
66
RUN rm -rf node_modules package-lock.json && \
77
npm cache clean --force && \

0 commit comments

Comments
 (0)