mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-26 09:02:32 -04: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
|
||||
|
||||
COPY ./requirements.txt .
|
||||
|
||||
Reference in New Issue
Block a user