Skip to content

Commit

Permalink
🐛 Fix wrong scope used in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lukevella committed Mar 6, 2023
1 parent 545b2b4 commit 4a4eec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM node:lts AS builder
WORKDIR /app
RUN yarn global add turbo
COPY . .
RUN turbo prune --scope=app --docker
RUN turbo prune --scope=web --docker

FROM node:lts AS installer

Expand Down

0 comments on commit 4a4eec1

Please sign in to comment.