feat: add orchestrator scripts and Docker setup for droplet management; include SSH key handling and environment configuration
This commit is contained in:
10
orchestrator/Dockerfile
Normal file
10
orchestrator/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM alpine:latest
|
||||
RUN apk --no-cache add curl bash git doctl openssh
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
COPY orchestrating.sh orchestrating.sh
|
||||
COPY cleanup.sh cleanup.sh
|
||||
RUN chmod +x orchestrating.sh cleanup.sh
|
||||
|
||||
CMD ["tail" ,"-f" ,"/dev/null"]
|
||||
Reference in New Issue
Block a user