move url to compose

This commit is contained in:
ash
2026-03-31 08:37:11 +01:00
parent 5bf6e9083e
commit 377ba19033
2 changed files with 3 additions and 8 deletions
-4
View File
@@ -2,10 +2,6 @@ FROM python:3.11-slim
WORKDIR /app
RUN apt-get update && apt-get install -y git
RUN git clone https://git.marlow.quest/ash/Garmin-API.git
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
+1 -2
View File
@@ -1,8 +1,7 @@
services:
garmin-api:
build:
context: .
dockerfile: Dockerfile
context: https://git.marlow.quest/ash/Garmin-API.git
container_name: garmin-api
ports:
- "5000:5000"