coollsd commited on
Commit
4feeb2f
·
verified ·
1 Parent(s): 29bf880

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -11,10 +11,8 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
11
 
12
  COPY --chown=user . /code/
13
 
14
- # Make the start script executable
15
  USER root
16
  RUN chmod +x /code/start.sh
17
  USER user
18
 
19
- # Use the start script as the entry point
20
  CMD ["/bin/bash", "/code/start.sh"]
 
11
 
12
  COPY --chown=user . /code/
13
 
 
14
  USER root
15
  RUN chmod +x /code/start.sh
16
  USER user
17
 
 
18
  CMD ["/bin/bash", "/code/start.sh"]