fix: disable turbo telemetry on live service
This commit is contained in:
parent
8533eba07d
commit
8f492e4c6c
2 changed files with 7 additions and 1 deletions
|
|
@ -3,11 +3,13 @@ RUN apk add --no-cache libc6-compat
|
|||
# Set working directory
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
COPY . .
|
||||
RUN yarn global add turbo
|
||||
RUN yarn install
|
||||
EXPOSE 3003
|
||||
|
||||
ENV TURBO_TELEMETRY_DISABLED 1
|
||||
|
||||
VOLUME [ "/app/node_modules", "/app/live/node_modules"]
|
||||
|
||||
CMD ["yarn","dev", "--filter=live"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue