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