leavoigt commited on
Commit
76332ce
·
verified ·
1 Parent(s): 33e1332

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ COPY requirements.txt .
12
  RUN pip install --no-cache-dir -r requirements.txt
13
 
14
  # -------- copy source --------
15
- COPY app.py
16
  COPY params.cfg .
17
  COPY .env* ./
18
 
 
12
  RUN pip install --no-cache-dir -r requirements.txt
13
 
14
  # -------- copy source --------
15
+ COPY app.py .
16
  COPY params.cfg .
17
  COPY .env* ./
18