StarrySkyWorld commited on
Commit
58cec8c
·
verified ·
1 Parent(s): 521f87f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -6,4 +6,6 @@ COPY . .
6
 
7
  RUN uv init && uv add -r deps.txt
8
 
9
- RUN apt-get update -y && apt-get install wget curl git unzip zip -y
 
 
 
6
 
7
  RUN uv init && uv add -r deps.txt
8
 
9
+ RUN apt-get update -y && apt-get install wget curl git unzip zip -y
10
+
11
+ ENTRYPOINT ["sh", "entrypoint.sh"]