mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-10 02:23:43 +08:00
fix: docekrfile
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Initial stage
|
||||
FROM python:3.12 as translator
|
||||
FROM python:3.11 as translator
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN python ./i18n/translate.py --repository_path . --json_file_path ./i18n/en.json
|
||||
|
||||
Reference in New Issue
Block a user