Skip to content

Commit

Permalink
chore: improve Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
escalate committed Jan 5, 2024
1 parent 440bb02 commit bf37673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.12-alpine
LABEL maintainer="Felix Boerner <[email protected]>"

COPY requirements.txt /tmp/
RUN pip install --requirement /tmp/requirements.txt
RUN pip install --no-cache-dir --requirement /tmp/requirements.txt
COPY . /app/
WORKDIR /app

Expand Down

0 comments on commit bf37673

Please sign in to comment.