Browse Source

modified jenkinsfile

xiaoct 7 years ago
parent
commit
5886e0ce4c
2 changed files with 0 additions and 2 deletions
  1. 0 1
      Dockerfile
  2. 0 1
      Jenkinsfile

+ 0 - 1
Dockerfile

@@ -11,7 +11,6 @@ FROM ubuntu
 RUN apt-get update
 RUN apt-get install nodejs nginx -y
 RUN rm -v /etc/nginx/nginx.conf
-RUN mkdir /usr/bi-web
 ADD nginx.conf /etc/nginx
 EXPOSE 80
 CMD service nginx start

+ 0 - 1
Jenkinsfile

@@ -2,7 +2,6 @@ pipeline {
     agent {
         dockerfile {
             filename 'Dockerfile'
-            customWorkspace '/usr/bi-web'
             registryUrl 'https://registry.docker-cn.com'
             args '-p 80:80'
         }