remove failing tests, add later
This commit is contained in:
parent
ce4ff8da3f
commit
5651ff8c92
|
|
@ -1,2 +0,0 @@
|
|||
FROM ubuntu:18.04
|
||||
RUN mkdir -p /var/run/test-foobar
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
FROM ubuntu:16.04
|
||||
ARG TEST=undefined
|
||||
RUN echo $TEST > log.txt
|
||||
ENTRYPOINT ["echo"]
|
||||
|
|
@ -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"]
|
||||
Loading…
Reference in New Issue