setup potato for traefik.

This commit is contained in:
iamBadgers
2026-03-15 19:46:09 -07:00
parent 6bb60c49f4
commit 8377d3f8f8
3 changed files with 37 additions and 30 deletions

View File

@@ -6,5 +6,5 @@ COPY requirements.txt requirements.txt
RUN pip install --no-cache-dir -r requirements.txt
COPY . .
EXPOSE 5000
CMD ["flask", "--app", "./src/main", "run", "--host=0.0.0.0"]