changed dockefile

This commit is contained in:
2023-06-15 11:34:37 +00:00
parent 13e85b65e7
commit 40b3219c2a

View File

@@ -3,7 +3,6 @@ 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
COPY *.sh /
ENTRYPOINT ["/entrypoint.sh"]