From aec283dbeaa818e347e8b43e8dbd459ae136f919 Mon Sep 17 00:00:00 2001 From: Tilen Komel Date: Sun, 3 Nov 2024 01:12:08 +0100 Subject: [PATCH] Add CMD --- dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 1523827..c8cd24c 100644 --- a/dockerfile +++ b/dockerfile @@ -37,4 +37,6 @@ RUN chmod -R g+rw ./application/config/ \ && chmod -R g+rw ./uploads/ \ && chmod -R g+rw ./images/eqsl_card_images/ \ && chmod -R g+rw ./assets/json/ \ - && chmod -R 777 /var/www/html/install \ No newline at end of file + && chmod -R 777 /var/www/html/install + +CMD ["./script.sh"] \ No newline at end of file