johnpaulbin commited on
Commit
3d4e5d6
·
verified ·
1 Parent(s): 5245a44

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -13,8 +13,8 @@ RUN git clone https://github.com/gregdan3/sona-toki.git
13
 
14
  WORKDIR sona-toki/src/
15
 
16
- RUN ls
17
- RUN find ... -name app.py
18
  COPY --chown=user . /app
19
 
20
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
13
 
14
  WORKDIR sona-toki/src/
15
 
16
+ RUN ls ../..
17
+ RUN find ../.. -name app.py
18
  COPY --chown=user . /app
19
 
20
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]