wip: Work on backend container
This commit is contained in:
parent
3ee7c2fb8b
commit
dcb5799f16
7 changed files with 274 additions and 2 deletions
5
scripts/build-backend-container.sh
Executable file
5
scripts/build-backend-container.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/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