diff --git a/Dockerfile b/Dockerfile index 6f43f5da4..10af3fb6a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ RUN yarn workspace native-utils build # Copy in the rest of the files to compile COPY . ./ -RUN env NODE_ENV=production sh -c "yarn workspaces foreach --exclude native-utils build && yarn gulp" +RUN env NODE_ENV=production sh -c "yarn workspaces foreach --exclude native-utils run build && yarn gulp" # Trim down the dependencies to only those for production RUN yarn workspaces focus --all --production