Remove IS_DOCKER ENV

This commit is contained in:
Aarni Halinen
2019-11-03 16:54:57 +02:00
parent fdea5858ba
commit b23e439eb5
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -1,6 +1,5 @@
FROM python:3.7-alpine
ENV PYTHONUNBUFFERED 1
ENV IS_DOCKER 0
WORKDIR /app
COPY requirements.txt ./
COPY requirements.production.txt ./