Adoley commited on
Commit
3d509bd
·
1 Parent(s): 4ad6ef3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ COPY requirements.txt .
11
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
12
 
13
  # copy all the files in the app folder
14
- COPY theApp/ .
15
 
16
  EXPOSE 7860
17
 
 
11
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
12
 
13
  # copy all the files in the app folder
14
+ COPY app/ .
15
 
16
  EXPOSE 7860
17