We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f92a18 commit 218df35Copy full SHA for 218df35
1 file changed
Dockerfile
@@ -3,7 +3,7 @@ RUN mkdir -p /usr/src/app
3
WORKDIR /usr/src/app
4
COPY ./package.json /usr/src/app/
5
COPY ./package-postinstall.js /usr/src/app/
6
-ARG CACHE_BUST=10
+ARG CACHE_BUST=11
7
RUN npm install
8
COPY ./ /usr/src/app
9
ENV NODE_ENV production
0 commit comments