Skip to content
Snippets Groups Projects
Verified Commit 26749882 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Removed empty production.txt requirements file

parent 6c0d1623
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
# 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
# Pro-tip: Try not to put anything here. There should be no dependency in
# production that isn't in development.
# WSGI Handler
# ------------------------------------------------
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment