Skip to content

Commit

Permalink
Fix strange Github build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
trick77 authored Dec 29, 2023
1 parent f6ad473 commit 745defa
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' /opt/observium/html/includes/functions.inc.php
RUN sed -i 's/icon-apple/icon-laptop/g' /opt/observium/html/includes/functions.inc.php || true
RUN ln -sf /dev/stdout ./logs/observium.log
RUN chown -R www-data:www-data ./

Expand Down

0 comments on commit 745defa

Please sign in to comment.