Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim2121512 committed Dec 19, 2024
1 parent f6b2c0e commit 7a301eb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ WORKDIR /app

COPY . .

RUN python -m venv /.venv

RUN /.venv/bin/pip install --no-cache-dir -r requirements.txt
RUN python -m venv /.venv && /.venv/bin/pip install --no-cache-dir -r requirements.txt

ENV PATH="/.venv/bin:$PATH"
ENV ENV="dev"
Expand Down

0 comments on commit 7a301eb

Please sign in to comment.