File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -354,7 +354,7 @@ services:
354354 networks :
355355 - coze-network
356356 ports :
357- # - '8888: 8888'
357+ - ' 8888'
358358 - ' 8889:8889'
359359 volumes :
360360 - .env:/app/.env
@@ -373,11 +373,12 @@ services:
373373 condition : service_healthy
374374 command : ['/app/opencoze']
375375
376- coze-frontend :
377- build :
378- context : ..
379- dockerfile : frontend/Dockerfile
380- container_name : coze-frontend
376+ coze-web :
377+ # build:
378+ # context: ..
379+ # dockerfile: frontend/Dockerfile
380+ image : opencoze/web:latest
381+ container_name : coze-web
381382 restart : always
382383 ports :
383384 - " 8888:80"
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ COPY scripts/ ./scripts/
3131RUN find . -name "*.sh" -type f -exec dos2unix {} \;
3232
3333# Install all dependencies
34- RUN rush install
34+ RUN chmod +x scripts/hooks/post-rush-install.sh && rm -rf /app/common/temp && rush install
3535
3636# Use rush build to build the specific project
3737RUN rush build --to @coze-studio/app
Original file line number Diff line number Diff line change 2929 "target" : " es2018"
3030 },
3131 "watchOptions" : {
32- "fallbackPolling" : " dynamicPriorityPolling " ,
32+ "fallbackPolling" : " dynamicpriority " ,
3333 "synchronousWatchDirectory" : false ,
3434 "watchDirectory" : " useFsEvents" ,
3535 "watchFile" : " useFsEventsOnParentDirectory" ,
You can’t perform that action at this time.
0 commit comments