mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-12-28 18:55:59 +08:00
Update english.dockerfile
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
FROM python:3.11 as translator
|
FROM python:3.11 as translator
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN python translate.py --repository_path . --json_file_path ./i18n/en.json
|
RUN python ./i18n/translate.py --repository_path . --json_file_path ./i18n/en.json
|
||||||
|
|
||||||
# Node build stage
|
# Node build stage
|
||||||
FROM node:18 as builder
|
FROM node:18 as builder
|
||||||
|
|||||||
Reference in New Issue
Block a user