Skip to content

Commit

Permalink
Copy .env.dist file
Browse files Browse the repository at this point in the history
  • Loading branch information
liulka-oxid committed Dec 19, 2024
1 parent 5ebc9d5 commit 6e7e402
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/oxid-esales/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ function init() {
}

init

echo "Copy .env.dist file"
docker compose "${install_container_method}" -T \
${install_container_options} \
"${install_container_name}" \
cp "/var/www/vendor/oxid-esales/oxideshop-ce/.env.dist" "/var/www/.env.dist"

# Run Install Shop
echo "Running shop setup command (oe:setup:shop):"
docker compose "${install_container_method}" -T \
Expand Down

0 comments on commit 6e7e402

Please sign in to comment.