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 19, 2023
1 parent 4058c17 commit 661ee48
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=7
ARG CACHE_BUST=8
RUN npm install
COPY ./ /usr/src/app
ENV NODE_ENV production
Expand Down

0 comments on commit 661ee48

Please sign in to comment.