Browse Source

adding docutils

Rodja Trappe 2 năm trước cách đây
mục cha
commit
aba553385f
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 isort
+RUN pip install itsdangerous prometheus_client isort docutils
 
 EXPOSE 8080
 EXPOSE 9062