Added files for building deploy image
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM alpine:latest
|
||||
|
||||
RUN apk --update --no-cache add git openssh-client jq
|
||||
|
||||
COPY config /root/.ssh/
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
COPY deploy.sh /deploy.sh
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
Reference in New Issue
Block a user