Skip to content

Commit

Permalink
add sort to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinebou12 committed Feb 27, 2024
1 parent c11f99a commit 249221c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ COPY InternetArchive.py /tmp/InternetArchive.py
RUN chmod +x /tmp/InternetArchive.py
RUN python3 /tmp/InternetArchive.py

# Sort
RUN bash sort_mkdir.sh ./downloads/Nintendo\ -\ GameBoy\ Advance/
RUN bash sort_mkdir.sh ./downloads/Nintendo\ -\ Game\ Boy\ Color/
RUN bash sort_mkdir.sh ./downloads/Nintendo\ -\ Nintendo\ 64/
RUN bash sort_mkdir.sh ./downloads/Nintendo\ -\ Nintendo\ Entertainment\ System/
RUN bash sort_mkdir.sh ./downloads/Nintendo\ -\ Super\ Nintendo\ Entertainment\ System/


# Set up the environment for the RetroArch Web Player
WORKDIR /var/www/html
# COPY index.html /var/www/html/index.html
Expand Down

0 comments on commit 249221c

Please sign in to comment.