Princess3 commited on
Commit
a28f72f
1 Parent(s): 286d92e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,7 +25,7 @@ RUN pip install --upgrade pip
25
  COPY . /app
26
 
27
  # install requirements
28
- RUN pip install -r requirements.txt
29
 
30
  # Unzip the data.zip file into the /app/data directory
31
  RUN unzip data.zip -d /app/data
 
25
  COPY . /app
26
 
27
  # install requirements
28
+ CMD ['pip install -r requirements.txt']
29
 
30
  # Unzip the data.zip file into the /app/data directory
31
  RUN unzip data.zip -d /app/data