Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
fix WORKDIR in Dockerfile (fixes #106)
Browse files Browse the repository at this point in the history
  • Loading branch information
rriemann committed Mar 7, 2024
1 parent 79d037b commit 519dcb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* feature: support PDF output with `website-evidence-reporter` using chromium (brings the benefit of adding page title and page numbers)
* dependencies: update dependencies (`npm update`)
* fix: fix `WORKDIR` in Dockerfile (fixes #106)

## 2.1.1 / 2023-09-20

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ ENV PATH="/home/collector/bin:/opt/testssl.sh-3.0.6:${PATH}"
# ENV WEC_BROWSER_OPTIONS="--no-sandbox"
# Configure default command in Docker container
ENTRYPOINT ["/home/collector/bin/website-evidence-collector"]
WORKDIR /
WORKDIR /output
VOLUME /output

0 comments on commit 519dcb0

Please sign in to comment.