Skip to content

Commit

Permalink
fix(build): Install sed
Browse files Browse the repository at this point in the history
  • Loading branch information
colfes committed Nov 4, 2023
1 parent abcaa17 commit 2b92114
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/Dockerfile.fsvsifi
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN turbo prune --scope=@rallly/web --docker
FROM node:18 AS installer

WORKDIR /app
RUN apt-get update && apt-get install -y sed
COPY .gitignore .gitignore
COPY --from=builder /app/out/json/ .
COPY --from=builder /app/out/yarn.lock ./yarn.lock
Expand Down

0 comments on commit 2b92114

Please sign in to comment.