Update english.dockerfile
This commit is contained in:
parent
eb5f8f2d75
commit
1656b9a1de
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user