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

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeldick committed May 10, 2024
1 parent fe9bf41 commit 1191ddc
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 ls -laR
USER ${APP_USER}

# alpine 3.19 linux/amd64
Expand Down

0 comments on commit 1191ddc

Please sign in to comment.