Browse Source

adding highcharts extra to fly deployment

Rodja Trappe 1 year ago
parent
commit
c1b1095c08
1 changed files with 1 additions and 1 deletions
  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 . .