diff --git a/Dockerfile b/Dockerfile index d2e68a0..cf1906f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,6 @@ RUN apk update && \ apk add py-pip libc-dev gcc RUN pip install utils pycryptodome && \ pip install python-env coinbase -COPY /price-collector /home/price-collector/ +COPY /* /home/price-collector/ EXPOSE 9090 CMD ["python", "/home/price-collector/src/main.py"] \ No newline at end of file diff --git a/configuration/pipelines/build.groovy b/configuration/pipelines/build.groovy index 3d7f658..338d430 100644 --- a/configuration/pipelines/build.groovy +++ b/configuration/pipelines/build.groovy @@ -43,6 +43,8 @@ try { sh "doctl auth init --access-token ${DOCTL_TOKEN}" sh "doctl kubernetes cluster kubeconfig save cryptosky-kubernetes-cluster-production" } + + sh "ls -la" } stage('Test Artifact') {