taslim19 commited on
Commit
94186db
·
1 Parent(s): 9c614cc

feat: run start script and server.py

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,4 +9,4 @@ COPY . /app/
9
  WORKDIR /app/
10
  RUN pip3 install --no-cache-dir -U -r requirements.txt
11
 
12
- CMD bash start
 
9
  WORKDIR /app/
10
  RUN pip3 install --no-cache-dir -U -r requirements.txt
11
 
12
+ CMD bash start & python3 server.py