Skip to content

Commit

Permalink
Add node user to tor group
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNaif2018 committed Jul 31, 2022
1 parent 8d50f4f commit d65d521
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ WORKDIR /src

COPY --from=builder /src .

RUN addgroup -g 19001 tor && addgroup node tor

LABEL org.bitcartcc.image=store
ENV NUXT_HOST 0.0.0.0
ENV NUXT_PORT 3000
Expand Down

0 comments on commit d65d521

Please sign in to comment.