From cd887a17a532cbb19dfb1e656488e6b9dac50854 Mon Sep 17 00:00:00 2001 From: Ian Burgess Date: Tue, 8 Apr 2025 21:32:23 -0600 Subject: [PATCH] 1 --- Dockerfile | 3 +-- templates/index.html | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index dc85ca7..7d6b785 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,5 @@ FROM python:3.12 -WORKDIR /app RUN git clone https://source.ionburger.me/ionburger/turfrun.git -WORKDIR /app/turfrun +WORKDIR /turfrun RUN pip install -r requirements.txt CMD ["python", "app.py"] \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index 32f95c0..1d3092d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1 +1 @@ -hi \ No newline at end of file +hi a \ No newline at end of file