Skip to content

Commit

Permalink
Fixed issue with html paths again.
Browse files Browse the repository at this point in the history
  • Loading branch information
nuvious committed Nov 20, 2023
1 parent 6dbed8c commit 0642c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM debian:bookworm-slim
RUN apt-get update && apt-get upgrade -y
RUN apt-get install apt-mirror apache2 -y
RUN rm -rf /var/www/html
RUN mkdir -p /var/spool/apt-mirror /var/www/html/debian && \
RUN mkdir -p /var/spool/apt-mirror/data /var/www && \
ln -s /var/spool/apt-mirror/data /var/www/html

WORKDIR /app
Expand Down

0 comments on commit 0642c38

Please sign in to comment.