Skip to content

Commit

Permalink
fix: Missing dirs in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Jan 13, 2024
1 parent 742b63f commit 0f0757e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ COPY poetry.lock .
COPY README.md .
COPY LICENSE .

RUN mkdir cache user_agents scraped
RUN mkdir cache user_agents scraped logs

RUN echo LOOKYLOO_HOME="'`pwd`'" > .env
RUN cat .env
Expand Down

0 comments on commit 0f0757e

Please sign in to comment.