[PR #2084] fix: yarn install command in web Dockerfile #23413

Closed
opened 2026-02-21 20:21:02 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/2084

State: closed
Merged: Yes


  • --only=prod is removed as --only is not a valid option for yarn or yarn install command
  • for the packages stage in dockerfile, all the npm packages should be installed, as it used for building production files later in builder stage. and the npm packages are not shipped with production stage
  • the entrypoint.sh has been set to executable since #1966
**Original Pull Request:** https://github.com/langgenius/dify/pull/2084 **State:** closed **Merged:** Yes --- - `--only=prod` is removed as `--only` is not a valid option for `yarn` or `yarn install command` - for the `packages` stage in dockerfile, all the npm packages should be installed, as it used for building production files later in `builder` stage. and the npm packages are not shipped with `production` stage - the `entrypoint.sh` has been set to executable since #1966
yindo added the pull-request label 2026-02-21 20:21:02 -05:00
yindo closed this issue 2026-02-21 20:21:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#23413