mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-03-01 10:48:57 +00:00
Add Shopware 6 example (#61)
This commit is contained in:
14
shopware6/bin/build-js.sh
Normal file
14
shopware6/bin/build-js.sh
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
BIN_DIR="$(cd -P -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd -P)"
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
|
||||
if [[ -e "${BIN_DIR}/build-administration.sh" ]]; then
|
||||
"${BIN_DIR}/build-administration.sh"
|
||||
fi
|
||||
|
||||
if [[ -e "${BIN_DIR}/build-storefront.sh" ]]; then
|
||||
"${BIN_DIR}/build-storefront.sh"
|
||||
fi
|
||||
Reference in New Issue
Block a user