Skip to content

Commit

Permalink
chore: Update Dockerfile for ncdu to use CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonfire1119 committed May 21, 2024
1 parent f2dc968 commit 759776d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ncdu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ ENV NCDU_PATH /
EXPOSE 7681

# Start gotty and run ncdu with the specified path
CMD ["gotty", "-p", "7681", "-w", "ncdu", "$NCDU_PATH"]
CMD gotty -p 7681 -w ncdu $NCDU_PATH

0 comments on commit 759776d

Please sign in to comment.