@@ -11,6 +11,7 @@ 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
@@ -10,6 +10,7 @@ pipeline {
stages {
stage('Build'){
steps {
+ sh 'll'
sh 'npm install'
}