Navsatitagain commited on
Commit
d6d0824
·
verified ·
1 Parent(s): 4771bd3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
10
 
11
  COPY requirements.txt ./
12
  COPY . /app/
13
- CMD ["streamlit", "run", "src/app.py"]
14
 
15
  RUN pip3 install -r requirements.txt
16
 
 
10
 
11
  COPY requirements.txt ./
12
  COPY . /app/
13
+ CMD ["streamlit", "run", "app.py"]
14
 
15
  RUN pip3 install -r requirements.txt
16