diff --git a/Dockerfile b/Dockerfile index c1d0636..5cbe68a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,5 @@ FROM python:3.8-slim - COPY requirements.txt /app/requirements.txt - RUN pip install -r /app/requirements.txt - COPY ./app /app WORKDIR /app \ No newline at end of file diff --git a/app/Dockerfile b/app/Dockerfile deleted file mode 100644 index 3194be9..0000000 --- a/app/Dockerfile +++ /dev/null @@ -1,5 +0,0 @@ -FROM python:3.8-slim -COPY requirements.txt /app/requirements.txt -RUN pip install -r /app/requirements.txt -COPY . /app -WORKDIR /app \ No newline at end of file diff --git a/app/requirements.txt b/app/requirements.txt deleted file mode 100644 index 19eea4a..0000000 --- a/app/requirements.txt +++ /dev/null @@ -1 +0,0 @@ -kubernetes==11.0.0 \ No newline at end of file