From 0.11

by JOduMonT
This commit is contained in:
JOduMonT 2017-10-05 09:05:37 +00:00
parent 406b06ff76
commit a2ed25b590

View file

@ -1,5 +1,5 @@
FROM cloudron/base:0.10.0
MAINTAINER Authors name <support@cloudron.io>
FROM cloudron/base:0.11.0
MAINTAINER JOduMonT <support@jodumont.com>
RUN mkdir -p /app/code
WORKDIR /app/code
@ -16,4 +16,4 @@ EXPOSE 8888
ADD start_searx.sh /app/
CMD [ "/app/start_searx.sh" ]
CMD [ "/app/start_searx.sh" ]