StarrySkyWorld commited on
Commit
dfcfca6
·
verified ·
1 Parent(s): 344495f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,4 +6,4 @@ RUN apt-get update
6
 
7
  RUN apt-get install wget curl -y
8
 
9
- RUN curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh -m 1
 
6
 
7
  RUN apt-get install wget curl -y
8
 
9
+ CMD ["curl","-L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh -m 1"]