remove failing tests, add later

This commit is contained in:
cvgw 2020-02-29 15:39:51 -08:00
parent ce4ff8da3f
commit 5651ff8c92
3 changed files with 0 additions and 21 deletions

View File

@ -1,2 +0,0 @@
FROM ubuntu:18.04
RUN mkdir -p /var/run/test-foobar

View File

@ -1,4 +0,0 @@
FROM ubuntu:16.04
ARG TEST=undefined
RUN echo $TEST > log.txt
ENTRYPOINT ["echo"]

View File

@ -1,15 +0,0 @@
FROM botpress/server:v12_0_0
RUN chmod -R gou+rw /botpress
WORKDIR /botpress
RUN apt-get update \
&& apt-get -y install curl gnupg \
&& curl -sL https://deb.nodesource.com/setup_11.x | bash \
&& apt-get -y install nodejs \
&& apt-get -y install rsync \
&& apt-get upgrade -y
#RUN cd /botpress && npm install && npm install node-sp-auth --save-dev && npm install sp-request --save-dev && npm install activedirectory --save-dev
#EXPOSE 3000-55000
#CMD ["./bp"]