diff --git a/databox/indexer/Dockerfile b/databox/indexer/Dockerfile index 94db248b5..9e07f65b1 100644 --- a/databox/indexer/Dockerfile +++ b/databox/indexer/Dockerfile @@ -10,7 +10,7 @@ ENV SERVER_PORT=3000 EXPOSE 3000 -COPY . . +COPY --chown=node:node . . RUN yarn install \ && yarn build