We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 818b959 commit 5fb0cc5Copy full SHA for 5fb0cc5
Jenkinsfile
@@ -62,14 +62,14 @@ pipeline {
62
stage('Backend') {
63
steps {
64
echo 'Checking Syntax ...'
65
- sh 'docker pull node:latest'
+ sh 'docker pull nginxproxymanager/nginx-full:certbot-node'
66
// See: https://github.com/yarnpkg/yarn/issues/3254
67
sh '''docker run --rm \\
68
-v "$(pwd)/backend:/app" \\
69
-v "$(pwd)/global:/app/global" \\
70
-w /app \\
71
- node:latest \\
72
- sh -c "ln -s /usr/bin/python3 /usr/bin/python && yarn install && yarn eslint . && rm -rf node_modules"
+ nginxproxymanager/nginx-full:certbot-node \\
+ sh -c "yarn install && yarn eslint . && rm -rf node_modules"
73
'''
74
75
echo 'Docker Build ...'
0 commit comments