Skip to content

Commit

Permalink
Merge pull request #45 from jze/patch-2
Browse files Browse the repository at this point in the history
tmp directory for the screenshots
  • Loading branch information
kevinfarrugia authored Jul 22, 2024
2 parents a52042d + 847ad61 commit 26cf4d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ RUN apk upgrade --update && apk --no-cache add git gcc make g++ zlib-dev libjpeg
# Create the results directory and assign nobody:nogroup as the owner
RUN mkdir -p /usr/src/ylt/results && chown -R nobody:nogroup /usr/src/ylt/results

# Create the directory for the screenshots and assign nobody:nogroup as the owner
RUN mkdir -p /usr/src/ylt/tmp && chown -R nobody:nogroup /usr/src/ylt/tmp

# Add the volume for results
VOLUME /usr/src/ylt/results

Expand Down

0 comments on commit 26cf4d7

Please sign in to comment.