Browse Source

adding isort for fly deployment

Rodja Trappe 2 năm trước cách đây
mục cha
commit
174a2000e5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      fly.dockerfile

+ 1 - 1
fly.dockerfile

@@ -6,7 +6,7 @@ WORKDIR /app
 
 ADD . .
 RUN pip install -e .
-RUN pip install itsdangerous prometheus_client
+RUN pip install itsdangerous prometheus_client isort
 
 EXPOSE 8080
 EXPOSE 9062