Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -6,4 +6,4 @@ RUN apt-get update
|
|
| 6 |
|
| 7 |
RUN apt-get install wget curl -y
|
| 8 |
|
| 9 |
-
|
|
|
|
| 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"]
|