Update Dockerfile

This commit is contained in:
Ramón Vásquez 2025-10-01 14:49:58 -03:00
parent 4964b53c31
commit 00ef7ca958
2 changed files with 2 additions and 2 deletions

View file

@ -7,4 +7,4 @@ COPY /app/app.py /app
RUN pip3 install -r requirements.txt RUN pip3 install -r requirements.txt
COPY . . COPY . .
CMD ["python3", "app.py"] CMD ["python3", "app.py"]
#################### #####################

2
Jenkinsfile vendored
View file

@ -4,7 +4,7 @@ pipeline {
stages { stages {
stage('Mock') { stage('Mock') {
steps { steps {
echo '' echo 'Mock Pipelin'
} }
} }
} }