diff --git a/Dockerfile b/Dockerfile index 388b742cc0..47afa61a36 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,6 +31,7 @@ RUN \. "$NVM_DIR/nvm.sh" && \ nvm use $NODE_VERSION && \ npm install --global yarn && \ yarn && \ + yarn intl:compile && \ yarn build-web # DEBUG