yuanchenyang
commited on
Commit
β’
3bb403d
1
Parent(s):
e363d22
Renamed app.py
Browse files- Dockerfile +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 ./
|
17 |
|
18 |
WORKDIR /multifocal-stitching
|
19 |
|
20 |
-
CMD ["python", "
|
|
|
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
|