reshuffle
This commit is contained in:
		
							parent
							
								
									f944245238
								
							
						
					
					
						commit
						fed3410ee6
					
				
					 13 changed files with 59 additions and 41 deletions
				
			
		|  | @ -1,3 +1,6 @@ | |||
| # SPDX-License-Identifier: AGPL-3.0-or-later | ||||
| # Copyright (c) 2024 Interstellar Development | ||||
| 
 | ||||
| FROM python:alpine | ||||
| WORKDIR /usr/local/app | ||||
| 
 | ||||
|  | @ -10,4 +13,4 @@ RUN adduser -D app | |||
| RUN chown -R app:app ../app | ||||
| USER app | ||||
| 
 | ||||
| CMD ["gunicorn","-w 2", "-b 0.0.0.0:5001", "wsgi:app"] | ||||
| CMD ["gunicorn","-w 2", "-b 0.0.0.0:5000", "wsgi:app"] | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue