Skip to content

Commit

Permalink
+ dir lister to html
Browse files Browse the repository at this point in the history
  • Loading branch information
ser committed Feb 6, 2025
1 parent 9330c04 commit def7323
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ RUN apt-get clean
RUN apt-get autoremove -y
RUN rm -rf /var/lib/apt/lists/*

# Add directory lister
ADD directory-indexer-single-level.py /bin

# we are done?
RUN ldptool --dump-cfg

Expand Down

0 comments on commit def7323

Please sign in to comment.