Changes

no edit summary
Line 8: Line 8:  
  - "5432:5432"
 
  - "5432:5432"
 
2. Rebuild the container to take into account modifications to '''<code>app.yml</code>''' :
 
2. Rebuild the container to take into account modifications to '''<code>app.yml</code>''' :
  .launcher rebuild app
+
  ./launcher rebuild app
 
3. Enter into the container, login as the default postgresql user, add a new user and grant it all perms to the database
 
3. Enter into the container, login as the default postgresql user, add a new user and grant it all perms to the database
 
  ./launcher enter app
 
  ./launcher enter app