Testing
Apps/everybody-mov/pipeline/head There was a failure building this commit Details

This commit is contained in:
Amber McCloughan 2022-09-02 00:17:24 -04:00
parent 620f7d5e63
commit 5a626005ff
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
FROM python:3.10-alpine FROM python:3.10-alpine
WORKDIR /app WORKDIR /app/
ENV PYTHONIOENCODING=utf-8 ENV PYTHONIOENCODING=utf-8
COPY Pipfile Pipfile.lock everybody.txt tweetbot.py /app COPY Pipfile Pipfile.lock everybody.txt tweetbot.py /app/
# Install pipenv and compilation dependencies # Install pipenv and compilation dependencies
RUN pip install pipenv && pipenv install --deploy --ignore-pipfile RUN pip install pipenv && pipenv install --deploy --ignore-pipfile