We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 721c3b3 commit 37222f6Copy full SHA for 37222f6
apps/web/Dockerfile
@@ -6,7 +6,7 @@ WORKDIR /app
6
FROM base AS pruner
7
RUN npm install -g turbo@2
8
COPY . .
9
-RUN turbo prune web --docker
+RUN turbo prune @clawe/web --docker
10
11
# Install dependencies (cached unless package.json/lockfile changes)
12
FROM base AS deps
0 commit comments