Skip to content

Commit

Permalink
temp: trigger cache busting
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOrz committed Oct 21, 2024
1 parent fbdcb37 commit bc0149c
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 @@ -12,7 +12,7 @@ RUN npm install
COPY . .

ARG LOCALE=en_US
RUN NODE_ENV=production npm run build
RUN NODE_ENV=production CACHE_BUST=1 npm run build
RUN npm prune --production

#########################################
Expand Down

0 comments on commit bc0149c

Please sign in to comment.