1
0
Rodja Trappe 2 жил өмнө
parent
commit
aba553385f
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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