Skip to content

Commit

Permalink
Adding user switch statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai Wetlesen committed Sep 16, 2022
1 parent 288370d commit 64f4ba3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ RUN chown -R indexer:indexer /var/lib/indexer
WORKDIR /opt/autoagora/bin

COPY --from=build /root/app/autoagora-indexer-service /opt/autoagora/bin/

USER indexer:indexer
ENV PATH=/opt/autoagora/bin:$PATH
ENV INDEXER_SERVICE_QUERY_TIMING_LOGS=true

Expand Down

0 comments on commit 64f4ba3

Please sign in to comment.