changed dockefile
This commit is contained in:
@@ -3,7 +3,6 @@ FROM alpine:latest
|
|||||||
RUN apk --update --no-cache add git openssh-client jq
|
RUN apk --update --no-cache add git openssh-client jq
|
||||||
|
|
||||||
COPY config /root/.ssh/
|
COPY config /root/.ssh/
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY *.sh /
|
||||||
COPY deploy.sh /deploy.sh
|
|
||||||
|
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
Reference in New Issue
Block a user