diff --git a/Dockerfile b/Dockerfile index bb1d9fa8..5f3270d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,12 +11,8 @@ RUN pip3 install --upgrade pip RUN pip3 install -U pipenv -COPY Pipfile Pipfile.lock /app/ - COPY . /app/ -COPY entrypoint.sh /app/ - RUN pipenv install EXPOSE 8000 diff --git a/docker-compose.yml b/docker-compose.yml index 5718425c..e3029855 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,3 @@ -version: '3' services: web: build: