Skip to content

Commit

Permalink
Merge pull request #783 from b-ehlers/chromium
Browse files Browse the repository at this point in the history
chromium: Create data directory in Dockerfile
  • Loading branch information
grossmj committed Jun 30, 2023
2 parents 0cba6bd + 7675508 commit 5d0d890
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/chromium/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM jess/chromium
MAINTAINER [email protected]

# add a dummy layer to get an updated container timestamp
RUN /bin/true
RUN mkdir -p /home/chromium/data

VOLUME /data
CMD [ "--user-data-dir=/home/chromium/data" ]
VOLUME /home/chromium/data

0 comments on commit 5d0d890

Please sign in to comment.