Update english.dockerfile

This commit is contained in:
ckt 2023-07-10 20:21:30 +08:00 committed by GitHub
parent eb5f8f2d75
commit 1656b9a1de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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