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