Testing
Apps/everybody-mov/pipeline/head There was a failure building this commit
Details
Apps/everybody-mov/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
620f7d5e63
commit
5a626005ff
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue