Skip to content

Commit

Permalink
Fix icon replacment for Github build
Browse files Browse the repository at this point in the history
  • Loading branch information
trick77 committed Dec 29, 2023
1 parent e857afb commit e8dfac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion observium/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ WORKDIR /opt
ADD ${OBSERVIUM_BINARY} ./

WORKDIR /opt/observium
RUN sed -i 's/icon-apple/icon-laptop/g' ./html/includes/functions.inc.php
RUN sed -i 's/icon-apple/icon-laptop/g' /opt/observium/html/includes/functions.inc.php
RUN ln -sf /dev/stdout ./logs/observium.log
RUN chown -R www-data:www-data ./

Expand Down

0 comments on commit e8dfac0

Please sign in to comment.