feat: implement OrchestratorCI workflow with environment setup and droplet creation script
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM alpine:latest
|
||||
RUN apk --no-cache add curl bash git doctl
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
CMD ["sleep", "3600"]
|
||||
Reference in New Issue
Block a user