diff --git a/Dockerfile b/Dockerfile index b1f81ea..f29b177 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,17 +10,10 @@ RUN \ install_packages \ bash \ curl \ - git \ - python3 \ - python3-flask \ - python3-pip + git COPY requirements.txt /requirements.txt -# RUN pip install requests docker python-json-logger structlog && \ -RUN pip3 install --upgrade pip && \ - pip install -r /requirements.txt - COPY . /static-server/ LABEL org.label-schema.build-date=$BUILD_DATE \ @@ -34,4 +27,4 @@ LABEL org.label-schema.build-date=$BUILD_DATE \ ENV COMMIT_SHA=${COMMIT} WORKDIR /static-server -ENTRYPOINT ["python3", "./app.py"] +ENTRYPOINT ["sleep", "14d"]