Skip to content

Commit

Permalink
feat: enable turbopack on local development
Browse files Browse the repository at this point in the history
  • Loading branch information
sirtawast committed Dec 16, 2024
1 parent 8bf6c73 commit 4aa300d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/Dockerfile-localdevelopment
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ WORKDIR /app
COPY --chown=default:default . .

ENV NEXT_TELEMETRY_DISABLED 1
ENV TURBOPACK 1

# Bake package.json start command into the image
ENV DEV_START "yarn --cwd $PROJECT/$FOLDER dev"
CMD ["sh", "-c", "${DEV_START}"]

0 comments on commit 4aa300d

Please sign in to comment.