Skip to content

Commit

Permalink
fix: Generated files are root only
Browse files Browse the repository at this point in the history
Signed-off-by: AlexNg <[email protected]>
  • Loading branch information
caffeine-addictt committed Sep 7, 2024
1 parent 28db085 commit 22a70db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ WORKDIR /app
# Install git
RUN apk add --update --no-cache git && rm -rf /var/cache/apk/*

RUN adduser -D waku
USER waku

# Copy bins from build stage
COPY --from=build-stage /waku-cli/waku /usr/bin/waku

Expand Down

0 comments on commit 22a70db

Please sign in to comment.