Adding Jenkinsfile for checking, building, and publishing
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
FROM python:3.10-alpine
|
||||
|
||||
WORKDIR /app
|
||||
WORKDIR /app/
|
||||
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
|
||||
RUN pip install pipenv && pipenv install --deploy --ignore-pipfile
|
||||
|
||||
Reference in New Issue
Block a user