Fix arg passing to entrypoint
This commit is contained in:
		
					parent
					
						
							
								0e0f85cff9
							
						
					
				
			
			
				commit
				
					
						cf9a811c5e
					
				
			
		
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -10,4 +10,4 @@ RUN true \
 | 
				
			||||||
 | 
					
 | 
				
			||||||
USER pretixuser
 | 
					USER pretixuser
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ENTRYPOINT /entrypoint.sh
 | 
					ENTRYPOINT ["/entrypoint.sh"]
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -44,4 +44,4 @@ broker=${CELERY_BROKER}
 | 
				
			||||||
EOF
 | 
					EOF
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
exec pretix $@
 | 
					exec pretix "$@"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue