mfoud444 commited on
Commit
a0f59f2
1 Parent(s): c2724c2

Add application file

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -35,6 +35,8 @@ WORKDIR /var/www
35
  # Copy the Bagisto application
36
  COPY . /var/www
37
 
 
 
38
  # Install Bagisto dependencies
39
  RUN composer install
40
 
 
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