Removed empty production.txt requirements file
This commit is contained in:
parent
6c0d162329
commit
267498824d
|
@ -13,8 +13,6 @@ RUN apt-get update; \
|
|||
|
||||
COPY ./requirements/base.txt /requirements/base.txt
|
||||
RUN pip install -r /requirements/base.txt
|
||||
COPY ./requirements/production.txt /requirements/production.txt
|
||||
RUN pip install -r /requirements/production.txt
|
||||
|
||||
COPY . /app
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# This file is here because many Platforms as a Service look for
|
||||
# requirements.txt in the root directory of a project.
|
||||
-r requirements/base.txt
|
||||
-r requirements/production.txt
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
# Pro-tip: Try not to put anything here. There should be no dependency in
|
||||
# production that isn't in development.
|
||||
|
||||
# WSGI Handler
|
||||
# ------------------------------------------------
|
Loading…
Reference in New Issue