Update docker file
This commit is contained in:
		@@ -14,7 +14,7 @@ WORKDIR /app/
 | 
				
			|||||||
RUN pip install -U poetry && \
 | 
					RUN pip install -U poetry && \
 | 
				
			||||||
    poetry install --no-dev
 | 
					    poetry install --no-dev
 | 
				
			||||||
 | 
					
 | 
				
			||||||
COPY main.py /app/
 | 
					COPY fabcal /app/fabcal/
 | 
				
			||||||
COPY static/ /app/static/
 | 
					COPY static/ /app/static/
 | 
				
			||||||
COPY templates/ /app/templates/
 | 
					COPY templates/ /app/templates/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user