forked from open-webui/open-webui
		
	Merge pull request #558 from peperunas/patch-1
fix: use bash when starting the Dockerfile's entrypoint script (as th…
This commit is contained in:
		
						commit
						b2fae0643e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -53,4 +53,4 @@ COPY --from=build /app/build /app/build | |||
| # copy backend files | ||||
| COPY ./backend . | ||||
| 
 | ||||
| CMD [ "sh", "start.sh" ] | ||||
| CMD [ "bash", "start.sh"] | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy Jaeryang Baek
						Timothy Jaeryang Baek