diff --git a/Dockerfile b/Dockerfile index 8a7480c..cf8ff1a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,4 @@ COPY /app/app.py /app RUN pip3 install -r requirements.txt COPY . . CMD ["python3", "app.py"] -############## \ No newline at end of file +################ \ No newline at end of file diff --git a/Jenkinsfile b/Jenkinsfile index 3c10dec..6de06ba 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stages { stage('Mock') { steps { - echo 'Mock Pipeline' + echo 'SOY MAIN' } } } diff --git a/README.md b/README.md new file mode 100644 index 0000000..bb3f0f4 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# test-img +