Removes Pipfile reference from Dockerfile

This commit is contained in:
Aaron Louie 2020-06-12 16:18:48 -04:00
parent 916c6817ac
commit 96865853f9
1 changed files with 0 additions and 3 deletions

View File

@ -1,8 +1,5 @@
FROM python:3.7-slim
WORKDIR /app
COPY Pipfile Pipfile.lock /app/
RUN set -xe \
&& pip install pipenv \
&& apt-get update -q \