Skip to content

Commit

Permalink
minor fix - dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
smohan-dw committed Jun 15, 2024
1 parent 2bcfaa2 commit 25745b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ LABEL description="CORD Blockchain Node"
RUN useradd -m -d /data -u 1000 cord

# Install
COPY --from=builder /root/build/cord /usr/local/bin
COPY --from=build /root/build/cord /usr/local/bin

# unclutter and minimize the attack surface
# check if executable works in this container
Expand Down

0 comments on commit 25745b2

Please sign in to comment.