From 0.11
by JOduMonT
This commit is contained in:
parent
406b06ff76
commit
a2ed25b590
1 changed files with 3 additions and 3 deletions
|
@ -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" ]
|
Loading…
Reference in a new issue