Skip to content

Commit 37222f6

Browse files
authored
fix: web image name (#65)
1 parent 721c3b3 commit 37222f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ WORKDIR /app
66
FROM base AS pruner
77
RUN npm install -g turbo@2
88
COPY . .
9-
RUN turbo prune web --docker
9+
RUN turbo prune @clawe/web --docker
1010

1111
# Install dependencies (cached unless package.json/lockfile changes)
1212
FROM base AS deps

0 commit comments

Comments
 (0)