Implement ingesting to Redis from Threshold
This commit is contained in:
@@ -11,8 +11,8 @@ RUN chown pathogen:pathogen /venv
|
||||
USER pathogen
|
||||
ENV PYTHONDONTWRITEBYTECODE=1
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
WORKDIR /code
|
||||
COPY requirements.prod.txt /code/
|
||||
WORKDIR /code/legacy
|
||||
COPY requirements.prod.txt /code/legacy
|
||||
RUN python -m venv /venv
|
||||
RUN . /venv/bin/activate && pip install -r requirements.prod.txt
|
||||
CMD . /venv/bin/activate && exec python /code/threshold
|
||||
RUN . /venv/bin/activate && pip install -r /code/legacy/requirements.prod.txt
|
||||
CMD . /venv/bin/activate && exec python /code/legacy/threshold
|
||||
Reference in New Issue
Block a user