Skip to content

Commit

Permalink
using slim python
Browse files Browse the repository at this point in the history
  • Loading branch information
muzammil360 committed Nov 10, 2023
1 parent f26877c commit 1b2416b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.8-slim
WORKDIR /app
RUN pip install --upgrade pip

COPY requirements.txt requirements.txt
COPY requirements.txt /app/
RUN pip install --no-cache-dir -r requirements.txt

COPY . /app
Expand Down

0 comments on commit 1b2416b

Please sign in to comment.