1
Fork 0

Translate during Docker build

This commit is contained in:
Korbs 2024-06-24 18:37:30 -04:00
parent c53a55bc56
commit 63c6e86900
No known key found for this signature in database

View file

@ -4,6 +4,7 @@ WORKDIR /app
COPY . .
RUN bun install
RUN bun run translate
RUN bun run build
ENV HOST=0.0.0.0