feat: Handle site dependencies
This commit is contained in:
parent
47035505c4
commit
facace58d1
17 changed files with 1090 additions and 910 deletions
6
scripts/build-backend-container.sh
Executable file
6
scripts/build-backend-container.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||||
VERSION=`sed 's/version/VERSION/' $DIR/../package.json | grep VERSION | tr -d 'VERSION [:blank:] ["] [:] [,]'`
|
||||
docker build \
|
||||
./sites/backend/.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue