Skip to content

Commit

Permalink
Relocate requirements.txt to root
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailocampo committed Jun 20, 2024
1 parent 28778b5 commit 9ce7580
Show file tree
Hide file tree
Showing 2 changed files 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.10.12

WORKDIR /code

COPY app/requirements.txt /code/requirements.txt
COPY requirements.txt /code/requirements.txt

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

Expand Down
File renamed without changes.

0 comments on commit 9ce7580

Please sign in to comment.