Use up to date poetry installation command
This commit is contained in:
		@@ -12,7 +12,7 @@ COPY poetry.lock pyproject.toml /app/
 | 
				
			|||||||
WORKDIR /app/
 | 
					WORKDIR /app/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN pip install -U poetry && \
 | 
					RUN pip install -U poetry && \
 | 
				
			||||||
    poetry install --no-dev
 | 
					    poetry install --only main
 | 
				
			||||||
 | 
					
 | 
				
			||||||
COPY fabcal /app/fabcal/
 | 
					COPY fabcal /app/fabcal/
 | 
				
			||||||
COPY static/ /app/static/
 | 
					COPY static/ /app/static/
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user