Translate during Docker build
This commit is contained in:
parent
c53a55bc56
commit
63c6e86900
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ WORKDIR /app
|
|||
COPY . .
|
||||
|
||||
RUN bun install
|
||||
RUN bun run translate
|
||||
RUN bun run build
|
||||
|
||||
ENV HOST=0.0.0.0
|
||||
|
|
Reference in a new issue