Skip to content

Commit

Permalink
worker: update git dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed Dec 20, 2023
1 parent a3e935c commit 3711490
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ WORKDIR /app

# TODO: remove simple build once prod optimized build is working ---------------
FROM base AS ws-worker
RUN apk add --no-cache git
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
RUN apt-get -y update
RUN apt-get -y install git
RUN pnpm build
WORKDIR /app/packages/ws-worker
# ------------------------------------------------------------------------------
Expand Down

0 comments on commit 3711490

Please sign in to comment.