first try of automated docker builds
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
FROM python:3
|
||||
|
||||
WORKDIR /app
|
||||
COPY Pipfile Pipfile.lock /app/
|
||||
COPY Pipfile Pipfile.lock .
|
||||
|
||||
RUN pip install pipenv
|
||||
RUN pipenv install --deploy --ignore-pipfile
|
||||
RUN pipenv install --deploy --system
|
||||
|
||||
COPY . /src
|
||||
|
||||
|
Reference in New Issue
Block a user