Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
APIGOV-27565 - test
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeldick committed May 10, 2024
1 parent 1191ddc commit 1151f77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/discovery.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit 1151f77

Please sign in to comment.