Skip to content

Commit

Permalink
Revert "Cache bust"
Browse files Browse the repository at this point in the history
This reverts commit 7b39c57.
  • Loading branch information
raducristianpopa committed Aug 30, 2023
1 parent 7b39c57 commit c815408
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions packages/auth/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM node:18-alpine AS base

ARG CACHE_BUST=99

WORKDIR /home/rafiki

ENV PNPM_HOME="/pnpm"
Expand Down
2 changes: 0 additions & 2 deletions packages/backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM node:18-alpine AS base

ARG CACHE_BUST=99

WORKDIR /home/rafiki

ENV PNPM_HOME="/pnpm"
Expand Down
2 changes: 0 additions & 2 deletions packages/frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM node:18-alpine AS base

ARG CACHE_BUST=99

WORKDIR /home/rafiki

ENV PNPM_HOME="/pnpm"
Expand Down

0 comments on commit c815408

Please sign in to comment.