We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe8acb6 commit 76371b2Copy full SHA for 76371b2
Dockerfile
@@ -1,7 +1,7 @@
1
FROM seanyl/deepgit:app
2
3
WORKDIR /app
4
-
+COPY package.json package-lock.json ./
5
# Remove problematic dependencies and force a fresh install
6
RUN rm -rf node_modules package-lock.json && \
7
npm cache clean --force && \
0 commit comments