Hotfix ingestor github flow, and move to top level src folder (foldedr per service) (#179)
This commit is contained in:
11
src/torrent-ingestor/Dockerfile
Normal file
11
src/torrent-ingestor/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM docker.io/python:3.11-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN pip install --no-cache-dir poetry
|
||||
RUN poetry config virtualenvs.create false
|
||||
|
||||
COPY . /app
|
||||
RUN poetry install --no-dev
|
||||
|
||||
CMD ["python", "/app/torrent_ingestor/main.py"]
|
||||
Reference in New Issue
Block a user