mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-07 21:40:58 +00:00
Fix python version in dockerfile
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM python:latest
|
FROM python:3.10
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY ./requirements.txt .
|
COPY ./requirements.txt .
|
||||||
|
|||||||
Reference in New Issue
Block a user