remainsalways commited on
Commit
2d72c5a
·
verified ·
1 Parent(s): 2c4a824

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -10,8 +10,8 @@ RUN pip3 install --no-cache-dir -U pip redis fastapi nest-asyncio uvicorn && \
10
 
11
  RUN chown -R 1000:0 /app /usr && \
12
  chmod -R 755 /app /usr && \
13
- chmod 777 /app/start.sh && \
14
- chmod +x /app/start.sh
15
 
16
  RUN ls -a
17
  EXPOSE 5000 8000
 
10
 
11
  RUN chown -R 1000:0 /app /usr && \
12
  chmod -R 755 /app /usr && \
13
+ chmod 777 /app/start && \
14
+ chmod +x /app/start
15
 
16
  RUN ls -a
17
  EXPOSE 5000 8000