Skip to content

Commit

Permalink
OXDEV-7732: Add htaccess authorization line
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelOxid committed May 2, 2024
1 parent 4190a50 commit b66b2de
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ install_shop_with_modules:
}
}
custom_script_container: |
perl -pi -e 'print "SetEnvIf Authorization \"(.*)\" HTTP_AUTHORIZATION=\$1\n\n" if $. == 1' source/.htaccess
vendor/bin/oe-console oe:database:reset --db-host=mysql --db-port=3306 --db-name=example --db-user=root --db-password=root --force
vendor/bin/oe-console oe:module:activate oe_graphql_base
vendor/bin/oe-console oe:module:activate oe_graphql_configuration_access
Expand Down

0 comments on commit b66b2de

Please sign in to comment.