SiraH commited on
Commit
efa71a9
·
verified ·
1 Parent(s): 36fe898

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ ENV ACCEPT_EULA=Y
9
  WORKDIR $PROJECT_ROOT
10
 
11
  # Copy only the requirements file to install dependencies
12
- COPY requirements.txt /opt/app/
13
 
14
  # Install dependencies
15
  RUN pip install --upgrade pip setuptools wheel && \
 
9
  WORKDIR $PROJECT_ROOT
10
 
11
  # Copy only the requirements file to install dependencies
12
+ COPY . /opt/app/
13
 
14
  # Install dependencies
15
  RUN pip install --upgrade pip setuptools wheel && \