Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoupert authored Jan 31, 2024
1 parent 54bb89d commit c3a2882
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ COPY --from=builder /etc/group /etc/group
WORKDIR /isotope

# Copy our build
COPY --from=builder /lib/x86_64-linux-gnu/libc.so.6 /lib/x86_64-linux-gnu/libc.so.6
COPY --from=builder /isotope/target/release/isotope ./

# Use an unprivileged user.
USER isotope_user:isotope_user

CMD ["/isotope/isotope"]
CMD ["/isotope/isotope"]

0 comments on commit c3a2882

Please sign in to comment.