Skip to content

Commit

Permalink
add maxwell user
Browse files Browse the repository at this point in the history
  • Loading branch information
osheroff committed Nov 24, 2021
1 parent 21be210 commit 05f5da5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ COPY --from=builder /app /app

WORKDIR /app

RUN useradd -u 1000 maxwell -d /app
RUN chown 1000:1000 /app && echo "$MAXWELL_VERSION" > /REVISION

USER 1000
Expand Down

0 comments on commit 05f5da5

Please sign in to comment.