[store-web] Drop the entrypoint after all



commit cd8091ba7180761a4bf5d160494fd2c983dbd69b
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Tue Dec 29 10:38:23 2020 +0100

    Drop the entrypoint after all

 Dockerfile |  3 ---
 entrypoint | 14 --------------
 2 files changed, 17 deletions(-)
---
diff --git a/Dockerfile b/Dockerfile
index 8e67a42..00b7d27 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -24,6 +24,3 @@ RUN yes no | pecl install redis && \
 
 ADD php.ini /usr/local/etc/php/conf.d/wordpress.ini
 RUN sed -i 's/pm.max_children =.*/pm.max_children = 8/' /usr/local/etc/php-fpm.d/www.conf
-
-ADD entrypoint /entrypoint
-ENTRYPOINT ["/entrypoint"]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]