diff --git a/Dockerfile b/Dockerfile index e50da1de..8534ba2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ COPY .* vite.config.ts index.html ./ COPY assets ./assets COPY locales ./locales -# Install dependencies +# Build assets RUN pnpm build FROM --platform=$BUILDPLATFORM golang:1.19.1-alpine AS builder