Skip to content

Commit

Permalink
fix the WORKDIR for collector image.
Browse files Browse the repository at this point in the history
fixes #335
  • Loading branch information
AnalogJ committed Jul 14, 2022
1 parent c34ee85 commit 6ca4bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.collector
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN make binary-clean binary-collector

########
FROM debian:bullseye-slim as runtime
WORKDIR /scrutiny
WORKDIR /opt/scrutiny
ENV PATH="/opt/scrutiny/bin:${PATH}"

RUN apt-get update && apt-get install -y cron smartmontools ca-certificates tzdata && update-ca-certificates
Expand Down

0 comments on commit 6ca4bd4

Please sign in to comment.