rename start.sh for consistency with other packages

This commit is contained in:
Girish Ramakrishnan 2019-07-16 12:29:15 -07:00
parent 773d669e16
commit d0f7fe129d
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
FROM cloudron/base:1.0.0@sha256:147a648a068a2e746644746bbfb42eb7a50d682437cead3c67c933c546357617
RUN mkdir -p /app/code
RUN mkdir -p /app/code /app/pkg
WORKDIR /app/code
RUN apt update && \
@ -17,6 +17,6 @@ RUN chown -R www-data.www-data /app/code
EXPOSE 8888
ADD start_searx.sh /app/
COPY start.sh /app/pkg/start.sh
CMD [ "/app/start_searx.sh" ]
CMD [ "/app/pkg/start.sh" ]