Skip to content

Commit

Permalink
Merge pull request #573 from m8ram/patch-1
Browse files Browse the repository at this point in the history
Fix command to move examplepkg log files
  • Loading branch information
cgwalters committed May 30, 2024
2 parents 94ddb2f + 083303f commit d755c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/building/guidance.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ to `/var`:

```dockerfile
RUN apt|dnf install examplepkg && \
mv /opt/examplepkg/logs && /var/log/examplepkg && \
mv /opt/examplepkg/logs /var/log/examplepkg && \
ln -sr /opt/examplepkg/logs /var/log/examplepkg
```

Expand Down

0 comments on commit d755c59

Please sign in to comment.