diff --git a/Dockerfile b/Dockerfile index b585467..dbdab95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ WORKDIR /app COPY . . RUN bun install +RUN bun run translate RUN bun run build ENV HOST=0.0.0.0