From 1151f7718d862789dbe6d7ff57879710956f4235 Mon Sep 17 00:00:00 2001 From: dfeldick Date: Fri, 10 May 2024 07:52:54 -0700 Subject: [PATCH] APIGOV-27565 - test --- build/discovery.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/build/discovery.Dockerfile b/build/discovery.Dockerfile index 2b984ba..94abad1 100644 --- a/build/discovery.Dockerfile +++ b/build/discovery.Dockerfile @@ -29,6 +29,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \ # Create non-root user RUN addgroup -g 2500 ${APP_USER} && adduser -u 2500 -D -G ${APP_USER} ${APP_USER} RUN chown -R $APP_USER:$APP_USER bin/webmethods_discovery_agent +RUN pwd RUN ls -laR USER ${APP_USER}