JPBianchi commited on
Commit
8d3cc9f
1 Parent(s): 02e58b8

forgot to copy reqs

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -8,6 +8,7 @@ ENV PYTHONUNBUFFERED 1
8
  ENV ENVIRONMENT=dev
9
 
10
  COPY ./app /app
 
11
  WORKDIR .
12
 
13
  RUN pip install --no-cache-dir --upgrade -r app/requirements.txt
 
8
  ENV ENVIRONMENT=dev
9
 
10
  COPY ./app /app
11
+ COPY requirements.txt .
12
  WORKDIR .
13
 
14
  RUN pip install --no-cache-dir --upgrade -r app/requirements.txt