Merge remote-tracking branch 'origin/dev' into dev
						commit
						7d01d3ce8a
					
				| 
						 | 
				
			
			@ -4,5 +4,5 @@ RUN apk update && apk add bash bash-doc bash-completion git freetds-dev jpeg-dev
 | 
			
		|||
WORKDIR /backend
 | 
			
		||||
COPY ./backend/requirements.txt .
 | 
			
		||||
COPY ./docker_env/requirements-all.txt .
 | 
			
		||||
RUN python3 -m pip install -i https://mirrors.aliyun.com/pypi/simple/ -r /requirements.txt
 | 
			
		||||
RUN python3 -m pip install -i https://mirrors.aliyun.com/pypi/simple/ -r /requirements-all.txt
 | 
			
		||||
RUN python3 -m pip install -i https://mirrors.aliyun.com/pypi/simple/ -r ./requirements.txt
 | 
			
		||||
RUN python3 -m pip install -i https://mirrors.aliyun.com/pypi/simple/ -r ./requirements-all.txt
 | 
			
		||||
		Loading…
	
		Reference in New Issue