Compare commits

..

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

3 changed files with 4 additions and 2 deletions

View file

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

2
Jenkinsfile vendored
View file

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

2
README.md Normal file
View file

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