Skip to content

Commit

Permalink
remove useless env
Browse files Browse the repository at this point in the history
  • Loading branch information
QiYuTechDev committed Feb 10, 2021
1 parent a3581a4 commit 4155cae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ COPY requirements.txt /app/requirements.txt
WORKDIR /app
RUN pip install -r requirements.txt

# 设置为 线上 状态
ENV DJANGO_PROD=1

COPY . /app/

RUN chmod a+x /app/entrypoints/*

0 comments on commit 4155cae

Please sign in to comment.