Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
copy requirements file to app dir
  • Loading branch information
guykisel committed Jul 21, 2017
commit c3e2bcd00b7d8e80243cf143dd08e0cd0f2679db
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ RUN apt-get update && apt-get install -y ruby-full haskell-platform shellcheck n
RUN pip install -U pip

COPY ./app /app
COPY requirements.txt /app

RUN pip install -r /app/requirements.txt
3 changes: 0 additions & 3 deletions app/uwsgi.ini

This file was deleted.