yuanchenyang commited on
Commit
3bb403d
β€’
1 Parent(s): e363d22

Renamed app.py

Browse files
Files changed (2) hide show
  1. Dockerfile +2 -2
  2. app.py β†’ runapp.py +0 -0
Dockerfile CHANGED
@@ -13,8 +13,8 @@ WORKDIR /
13
 
14
  RUN git clone https://github.com/yuanchenyang/multifocal-stitching.git multifocal-stitching
15
 
16
- COPY ./app.py /multifocal-stitching/app.py
17
 
18
  WORKDIR /multifocal-stitching
19
 
20
- CMD ["python", "app.py"]
 
13
 
14
  RUN git clone https://github.com/yuanchenyang/multifocal-stitching.git multifocal-stitching
15
 
16
+ COPY ./runapp.py /multifocal-stitching/runapp.py
17
 
18
  WORKDIR /multifocal-stitching
19
 
20
+ CMD ["python", "runapp.py"]
app.py β†’ runapp.py RENAMED
File without changes