Add debugging statements for Portainer

This commit is contained in:
Mark Veidemanis 2022-11-22 20:37:58 +00:00
parent 3c18858c48
commit 6f3db61532
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@ COPY requirements.txt /code/
COPY discord-patched.tgz /code/
RUN python -m venv /venv
RUN ls
RUN ls /venv
RUN . /venv/bin/activate && ls
RUN . /venv/bin/activate && pip install -r requirements.txt
# && python -m spacy download en_core_web_sm