Skip to content

Commit

Permalink
Cache bust
Browse files Browse the repository at this point in the history
  • Loading branch information
raducristianpopa committed Sep 7, 2023
1 parent 455b164 commit 24db14d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/auth/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM node:18-alpine3.18 AS base

ARG CACHE_BUST=9
WORKDIR /home/rafiki

ENV PNPM_HOME="/pnpm"
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM node:18-alpine3.18 AS base

ARG CACHE_BUST=9
WORKDIR /home/rafiki

ENV PNPM_HOME="/pnpm"
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM node:18-alpine3.18 AS base

ARG CACHE_BUST=9
WORKDIR /home/rafiki

ENV PNPM_HOME="/pnpm"
Expand Down

0 comments on commit 24db14d

Please sign in to comment.