mfoud444 commited on
Commit
4b3f96e
1 Parent(s): 04c85f6

Add application file

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -37,6 +37,7 @@ COPY . /var/www
37
  # Ensure .env.example exists and create .env if missing
38
  # RUN if [ -f .env.example ]; then cp .env.example .env; else echo ".env.example file not found"; exit 1; fi
39
 
 
40
  # Install Bagisto dependencies
41
  RUN composer install
42
 
 
37
  # Ensure .env.example exists and create .env if missing
38
  # RUN if [ -f .env.example ]; then cp .env.example .env; else echo ".env.example file not found"; exit 1; fi
39
 
40
+ RUN ls
41
  # Install Bagisto dependencies
42
  RUN composer install
43