Update english.dockerfile
This commit is contained in:
parent
1656b9a1de
commit
b617599211
@ -10,7 +10,7 @@ WORKDIR /build
|
||||
COPY ./web/package*.json ./
|
||||
RUN npm ci
|
||||
COPY --from=translator /app .
|
||||
RUN REACT_APP_VERSION=$(cat VERSION) npm run build
|
||||
RUN cd web && REACT_APP_VERSION=$(cat VERSION) npm run build
|
||||
|
||||
# Go build stage
|
||||
FROM golang AS builder2
|
||||
|
Loading…
Reference in New Issue
Block a user