Skip to content

Commit 218df35

Browse files
committed
bust cache
1 parent 5f92a18 commit 218df35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ RUN mkdir -p /usr/src/app
33
WORKDIR /usr/src/app
44
COPY ./package.json /usr/src/app/
55
COPY ./package-postinstall.js /usr/src/app/
6-
ARG CACHE_BUST=10
6+
ARG CACHE_BUST=11
77
RUN npm install
88
COPY ./ /usr/src/app
99
ENV NODE_ENV production

0 commit comments

Comments
 (0)