Skip to content

Commit

Permalink
Create /data folder in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel0024 committed Jun 23, 2024
1 parent 436e1f2 commit 9f9d4f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions FundaScraper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ ENV PUPPETEER_EXECUTABLE_PATH "/usr/bin/google-chrome-stable"
RUN apt-get update
RUN apt-get install -y xvfb

# Create a directory for app and set permissions
RUN mkdir -p /data \
&& chown -R app:app /data


USER app
WORKDIR /app

Expand Down

0 comments on commit 9f9d4f4

Please sign in to comment.