Trying to get user set up correctly.

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2021-10-27 11:30:48 -04:00
parent f3253cd556
commit 7833ce39b9

2
Jenkinsfile vendored
View File

@@ -2,7 +2,7 @@ pipeline {
agent {
docker {
image 'python:3.10-alpine3.14'
args '--name playlist-test'
args '--name playlist-testi -v /etc/passwd:/etc/passwd:ro'
}
}
stages {