Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
biswazr committed Mar 27, 2023
1 parent 6e2dd7d commit aeacaa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ RUN apk add --no-cache --update ca-certificates && \
apk add wget && \
addgroup -g 1000 ${USER} && \
adduser -D -g "${USER} user" -H -h "/app" -G "${USER}" -u 1000 ${USER} && \
chown -R ${USER}:${USER} /usr/local/bin/sensu-backend &&
chown -R ${USER}:${USER} /usr/local/bin/sensu-backend

USER ${USER}:${USER}

0 comments on commit aeacaa4

Please sign in to comment.