Skip to content

Commit

Permalink
Fix path for lighttpd.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Sep 21, 2023
1 parent 2535e31 commit 9a8deb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ RUN chown -R www-data: $workdir

# Add settings
ADD config/settings.yml $workdir/config/
ADD config/lighttpd.conf etc/lighttpd/lighttpd.conf
ADD config/lighttpd.conf /etc/lighttpd/lighttpd.conf

COPY start.sh $workdir/

Expand Down

0 comments on commit 9a8deb2

Please sign in to comment.