Преглед на файлове

force upgrade of garmindb

Markus Spring преди 1 година
родител
ревизия
e8f2e9dc40
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -11,7 +11,7 @@ COPY requirements.txt .
 # install python dependencies
 RUN pip install --upgrade pip
 RUN pip install --no-cache-dir -r requirements.txt
-
+RUN pip install garmindb --upgrade
 COPY env.sample .env
 
 COPY . .