Niansuh commited on
Commit
33934f1
·
verified ·
1 Parent(s): 6b5328d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ COPY requirements.txt .
13
  RUN pip install --upgrade pip
14
  RUN pip install --no-cache-dir -r requirements.txt
15
 
16
- # Copy project
17
  COPY . .
18
 
19
  # Expose port
 
13
  RUN pip install --upgrade pip
14
  RUN pip install --no-cache-dir -r requirements.txt
15
 
16
+ # Copy project files
17
  COPY . .
18
 
19
  # Expose port