fix: docekrfile

This commit is contained in:
ckt1031 2023-07-11 17:06:03 +08:00
parent 839dcc3ab2
commit 4928319494

View File

@ -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