fix: docker build error due to turborepo pruning

This commit is contained in:
Matthias Nannt
2024-06-09 13:21:38 +02:00
parent df927555e0
commit b989272bce
+1 -1
View File
@@ -10,7 +10,7 @@ RUN apk update
WORKDIR /app
RUN yarn global add turbo
COPY . .
RUN turbo prune @formbricks/web --docker
# RUN turbo prune @formbricks/web --docker
#
## step 2: Install & build