Changes made to frontend not showing up when app run locally using Docker #2798

Closed
opened 2026-02-21 17:50:10 -05:00 by yindo · 0 comments
Owner

Originally created by @aymanzbaig on GitHub (Apr 29, 2024).

Self Checks

  • This is only for bug report, if you would like to ask a quesion, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • Pleas do not modify this template :) and fill in all the required fields.

Dify version

0.6.5

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

Git clone cd docker docker compose up -d
changes to the frontend doesn’t reflect
so we tried running the frontend seperately
cd web && docker build . -t dify-web
docker run -it -p 3000:3000 -e CONSOLE_URL=http://127.0.0.1:5001/ -e APP_URL=http://127.0.0.1:5001/ dify-web
not foundt.sh: line 2:
not foundt.sh: line 3:
not foundt.sh: line 4:
not foundt.sh: line 8:
not foundt.sh: line 11:
not foundt.sh: line 12:
./entrypoint.sh: set: line 13: illegal option

✔️ Expected Behavior

Changes in css , icons showing up when the app is run.

Actual Behavior

Changes made to the front end not reflected when app is composed and run. Started the app using docker compose up -d. Any changes to source code not reflected . Ran the frontend container seperately. This error follows after following the dify doc instructions(https://docs.dify.ai/getting-started/install-self-hosted/start-the-frontend-docker-container) for running the frontend seperately.
not foundt.sh: line 2:
not foundt.sh: line 3:
not foundt.sh: line 4:
not foundt.sh: line 8:
not foundt.sh: line 11:
not foundt.sh: line 12:
./entrypoint.sh: set: line 13: illegal option -
Originally created by @aymanzbaig on GitHub (Apr 29, 2024). ### Self Checks - [X] This is only for bug report, if you would like to ask a quesion, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [X] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [X] Pleas do not modify this template :) and fill in all the required fields. ### Dify version 0.6.5 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce Git clone cd docker docker compose up -d changes to the frontend doesn’t reflect so we tried running the frontend seperately cd web && docker build . -t dify-web docker run -it -p 3000:3000 -e CONSOLE_URL=http://127.0.0.1:5001/ -e APP_URL=http://127.0.0.1:5001/ dify-web not [foundt.sh](http://foundt.sh/): line 2: : not [foundt.sh](http://foundt.sh/): line 3: : not [foundt.sh](http://foundt.sh/): line 4: : not [foundt.sh](http://foundt.sh/): line 8: : not [foundt.sh](http://foundt.sh/): line 11: : not [foundt.sh](http://foundt.sh/): line 12: ./entrypoint.sh: set: line 13: illegal option ### ✔️ Expected Behavior Changes in css , icons showing up when the app is run. ### ❌ Actual Behavior Changes made to the front end not reflected when app is composed and run. Started the app using docker compose up -d. Any changes to source code not reflected . Ran the frontend container seperately. This error follows after following the dify doc instructions(https://docs.dify.ai/getting-started/install-self-hosted/start-the-frontend-docker-container) for running the frontend seperately. : not foundt.sh: line 2: : not foundt.sh: line 3: : not foundt.sh: line 4: : not foundt.sh: line 8: : not foundt.sh: line 11: : not foundt.sh: line 12: ./entrypoint.sh: set: line 13: illegal option -
yindo added the 🐞 bug label 2026-02-21 17:50:10 -05:00
yindo closed this issue 2026-02-21 17:50:10 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#2798