Skip to content

Commit

Permalink
change dockerfile2
Browse files Browse the repository at this point in the history
  • Loading branch information
verkalacheva committed Jun 20, 2024
1 parent 7495fad commit 36c458e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analytics/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /app

RUN pip install gunicorn==20.1.0

COPY ./analytics/requirements.txt .
COPY requirements.txt ./

RUN pip install -r requirements.txt --no-cache-dir

Expand Down

0 comments on commit 36c458e

Please sign in to comment.