diff --git a/Dockerfile b/Dockerfile index 59355acfc8..8ecfc44f72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,6 +28,7 @@ COPY scripts scripts COPY emails emails ENV NODE_ENV production +RUN yarn themes:generate RUN yarn build FROM ${GO_IMAGE} as go-builder