Skip to content

Commit

Permalink
add build arg for userid integration tests (#5432)
Browse files Browse the repository at this point in the history
  • Loading branch information
valentijnscholten authored Nov 16, 2021
1 parent 17c3381 commit 7270ddb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.integration-tests
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ COPY tests/ ./tests/

RUN chmod -R 0777 /app

USER 1001
ARG uid=1001
USER ${uid}
ENV \
DD_ADMIN_USER=admin \
DD_ADMIN_PASSWORD='' \
Expand Down

0 comments on commit 7270ddb

Please sign in to comment.