This commit is contained in:
Ian Burgess 2025-04-08 21:32:23 -06:00
parent 55e9e34866
commit cd887a17a5
2 changed files with 2 additions and 3 deletions

View File

@ -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"]

View File

@ -1 +1 @@
hi
hi a