Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmwatson committed Jul 24, 2023
1 parent 3634b67 commit b44373d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM python:3.7.17-slim-bullseye

ENV PYTHONUNBUFFERED=1 \
TINI_VERSION=v0.19.0 \
PIP_NO_CACHE_DIR=1 \
PIP_DISABLE_PIP_VERSION_CHECK=1

Expand All @@ -18,9 +17,6 @@ RUN set -ex \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/*

ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
RUN chmod +x /tini

WORKDIR /app

COPY requirements.txt .
Expand Down
12 changes: 0 additions & 12 deletions entrypoint.sh

This file was deleted.

0 comments on commit b44373d

Please sign in to comment.