mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-01-29 18:27:09 +01:00
chmod entrypoint in repo
This commit is contained in:
@@ -41,7 +41,6 @@ RUN { \
|
|||||||
ENV INVOICENINJA_VERSION 4.5.1
|
ENV INVOICENINJA_VERSION 4.5.1
|
||||||
|
|
||||||
RUN curl -o ninja.zip -SL https://download.invoiceninja.com/ninja-v${INVOICENINJA_VERSION}.zip \
|
RUN curl -o ninja.zip -SL https://download.invoiceninja.com/ninja-v${INVOICENINJA_VERSION}.zip \
|
||||||
&& ls . \
|
|
||||||
&& unzip ninja.zip -d /var/www/ \
|
&& unzip ninja.zip -d /var/www/ \
|
||||||
&& rm ninja.zip \
|
&& rm ninja.zip \
|
||||||
&& mv /var/www/ninja /var/www/app \
|
&& mv /var/www/ninja /var/www/app \
|
||||||
@@ -67,7 +66,6 @@ VOLUME /var/www/app/public
|
|||||||
WORKDIR /var/www/app
|
WORKDIR /var/www/app
|
||||||
|
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
RUN chmod +x /entrypoint.sh
|
|
||||||
|
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
CMD ["php-fpm"]
|
CMD ["php-fpm"]
|
||||||
|
|||||||
0
entrypoint.sh
Normal file → Executable file
0
entrypoint.sh
Normal file → Executable file
Reference in New Issue
Block a user