yuanchenyang commited on
Commit
a8e5053
1 Parent(s): b6a6068

Fixed path

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,7 +22,7 @@ WORKDIR $HOME
22
 
23
  RUN git clone https://github.com/yuanchenyang/multifocal-stitching.git multifocal-stitching
24
 
25
- COPY --chown=user ./runapp.py $HOME/runapp.py
26
 
27
  WORKDIR $HOME/multifocal-stitching
28
 
 
22
 
23
  RUN git clone https://github.com/yuanchenyang/multifocal-stitching.git multifocal-stitching
24
 
25
+ COPY --chown=user ./runapp.py $HOME/multifocal-stitching/runapp.py
26
 
27
  WORKDIR $HOME/multifocal-stitching
28