Fix Docker Image having messed up static files
This commit is contained in:
		@ -1,3 +1,4 @@
 | 
				
			|||||||
env
 | 
					env
 | 
				
			||||||
helm
 | 
					helm
 | 
				
			||||||
passbook-ui
 | 
					passbook-ui
 | 
				
			||||||
 | 
					static
 | 
				
			||||||
 | 
				
			|||||||
@ -16,7 +16,7 @@ FROM python:3.6-slim-stretch
 | 
				
			|||||||
COPY ./passbook/ /app/passbook
 | 
					COPY ./passbook/ /app/passbook
 | 
				
			||||||
COPY ./manage.py /app/
 | 
					COPY ./manage.py /app/
 | 
				
			||||||
COPY ./requirements.txt /app/
 | 
					COPY ./requirements.txt /app/
 | 
				
			||||||
COPY --from=build /app/static/* /app/static/
 | 
					COPY --from=build /app/static /app/static/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
WORKDIR /app/
 | 
					WORKDIR /app/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user