hz2475 commited on
Commit
435ce6e
·
1 Parent(s): 7ee9a3b

start script

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -12,5 +12,5 @@ WORKDIR /app
12
  COPY --chown=user . /app
13
  RUN pip install -e .
14
 
15
- RUN chmod +x /app/start.sh
16
- CMD ["/app/entrypoint.sh"]
 
12
  COPY --chown=user . /app
13
  RUN pip install -e .
14
 
15
+ RUN chmod +x ./start.sh
16
+ CMD ["./entrypoint.sh"]