Skip to content

Commit

Permalink
Фикс ошибки не найденного модуля
Browse files Browse the repository at this point in the history
  • Loading branch information
memew1se committed Sep 13, 2022
1 parent e006e1d commit aa074ab
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 @@ -2,7 +2,7 @@ FROM python:3.10-slim

WORKDIR /usr/src/app
COPY requirements.txt ./
COPY main.py ./
COPY . .
RUN ls
RUN pip install --no-cache-dir -r requirements.txt

Expand Down

0 comments on commit aa074ab

Please sign in to comment.