Skip to content

Commit

Permalink
adding /data to volumes
Browse files Browse the repository at this point in the history
Tieing in /data directory to the build.
  • Loading branch information
Craig Steffen committed Jul 18, 2024
1 parent 3cde3b3 commit 1e807b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions downloader/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ENV RABBITMQ_URI="amqp://guest:guest@localhost:5672/%2F" \
MAX_SIZE=300

WORKDIR /src
VOLUME /data

COPY requirements.txt /src/
RUN pip install -r /src/requirements.txt
Expand Down

0 comments on commit 1e807b1

Please sign in to comment.