mfoud444 commited on
Commit
04c85f6
1 Parent(s): 3eaa850

Add application file

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -35,7 +35,7 @@ WORKDIR /var/www
35
  COPY . /var/www
36
 
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
 
35
  COPY . /var/www
36
 
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