docker: use nginx internal port
This commit is contained in:
Vendored
+1
-1
@@ -15,7 +15,7 @@ pipeline {
|
||||
}
|
||||
stage('Deploy') {
|
||||
steps {
|
||||
sh 'docker run -d -p 3466:3466 test.trianta.dev'
|
||||
sh 'docker run -d -p 3466:80 test.trianta.dev'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user