change to github instead of pip
This commit is contained in:
@@ -2,8 +2,14 @@ FROM python:3.11-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY requirements.txt .
|
||||
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
RUN pip install --no-cache-dir git+https://github.com/cyberjunky/python-garminconnect.git@react
|
||||
|
||||
COPY . .
|
||||
EXPOSE 5000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user