From 00ef7ca9586627ec6c2d80f90cadeaeeb58d34dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C3=B3n=20V=C3=A1squez?= Date: Wed, 1 Oct 2025 14:49:58 -0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- Jenkinsfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 802183e..8f83626 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 6f4fc94..de48a48 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stages { stage('Mock') { steps { - echo '' + echo 'Mock Pipelin' } } }