Compare commits

...

No commits in common. "main" and "v1.0.0" have entirely different histories.
main ... v1.0.0

3 changed files with 2 additions and 4 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 'SOY MAIN' echo 'Mock Pipeline'
} }
} }
} }

View file

@ -1,2 +0,0 @@
# test-img