Forráskód Böngészése

adding highcharts extra to fly deployment

Rodja Trappe 1 éve
szülő
commit
c1b1095c08
1 módosított fájl, 1 hozzáadás és 1 törlés
  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 . .