Skip to content

Commit

Permalink
Merge pull request #4 from kbase/develop
Browse files Browse the repository at this point in the history
Shrink Build Time
  • Loading branch information
jsfillman authored Mar 3, 2022
2 parents a101009 + c4d1dcf commit 79c1f36
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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"]

0 comments on commit 79c1f36

Please sign in to comment.