Pārlūkot izejas kodu

adding highcharts extra to fly deployment

Rodja Trappe 1 gadu atpakaļ
vecāks
revīzija
c1b1095c08
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      fly.dockerfile

+ 1 - 1
fly.dockerfile

@@ -15,7 +15,7 @@ WORKDIR /app
 
 COPY pyproject.toml poetry.lock*  ./
 
-RUN poetry install --no-root --extras "plotly matplotlib"
+RUN poetry install --no-root --extras "plotly matplotlib highcharts"
 
 ADD . .