mfoud444 commited on
Commit
281a25a
1 Parent(s): f077d32

Add application file

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -44,7 +44,8 @@ RUN composer create-project bagisto/bagisto
44
  RUN cd bagisto
45
 
46
  RUN ls
47
-
 
48
  # Install Bagisto dependencies
49
  RUN composer install
50
 
 
44
  RUN cd bagisto
45
 
46
  RUN ls
47
+ WORKDIR /var/www/bagisto
48
+ RUN ls
49
  # Install Bagisto dependencies
50
  RUN composer install
51