diff --git a/Dockerfile.integration-tests b/Dockerfile.integration-tests index e8434bcff1b..ab8a834d41a 100644 --- a/Dockerfile.integration-tests +++ b/Dockerfile.integration-tests @@ -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='' \