mfoud444 commited on
Commit
60ab7a9
1 Parent(s): 0821978

Add application file

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -6
Dockerfile CHANGED
@@ -35,13 +35,7 @@ WORKDIR /var/www
35
  # Copy the Bagisto application
36
  COPY . /var/www
37
 
38
- RUN composer create-project bagisto/bagisto
39
 
40
- # Install Bagisto dependencies
41
- RUN composer install
42
-
43
- RUN cd bagisto
44
- RUN ls
45
  # Configure environment
46
  COPY .env.example .env
47
 
 
35
  # Copy the Bagisto application
36
  COPY . /var/www
37
 
 
38
 
 
 
 
 
 
39
  # Configure environment
40
  COPY .env.example .env
41