Skip to content

Commit

Permalink
Increment CACHE_BUST
Browse files Browse the repository at this point in the history
  • Loading branch information
rosano committed Dec 20, 2023
1 parent c0c9790 commit 9124d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
COPY ./package.json /usr/src/app/
COPY ./package-postinstall.js /usr/src/app/
ARG CACHE_BUST=8
ARG CACHE_BUST=9
RUN npm install
COPY ./ /usr/src/app
ENV NODE_ENV production
Expand Down

0 comments on commit 9124d50

Please sign in to comment.