1
0
Fork 0

feat: Handle site dependencies

This commit is contained in:
Joost De Cock 2022-12-17 16:48:36 +01:00
parent 47035505c4
commit facace58d1
17 changed files with 1090 additions and 910 deletions

View 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/.