Skip to content

Commit

Permalink
Docker Build Fix #3
Browse files Browse the repository at this point in the history
  • Loading branch information
feeelin committed Mar 31, 2024
1 parent e0d50bc commit 4faef64
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ FROM python

RUN mkdir /web_django
WORKDIR /web_django
RUN python -m venv venv
RUN source venv/bin/activate

ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1
Expand Down

0 comments on commit 4faef64

Please sign in to comment.