Skip to content

Commit

Permalink
Add entry point to run loader
Browse files Browse the repository at this point in the history
This is to make the container run data loader when starting the container.
  • Loading branch information
kahgoh committed Apr 14, 2024
1 parent d8cb943 commit 49d9463
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ COPY --from=builder /usr/src/requirements.txt ./
# Pipfile is not needed in the final image
RUN rm -f /usr/src/Pipfile /usr/src/Pipfile.lock \
&& pip install --no-cache-dir -r requirements.txt

ENTRYPOINT ["/usr/local/bin/python", "download.py"]

0 comments on commit 49d9463

Please sign in to comment.