1
0
Fork 0

wip: Work on backend container

This commit is contained in:
Joost De Cock 2022-12-17 17:39:49 +01:00
parent 3ee7c2fb8b
commit dcb5799f16
7 changed files with 274 additions and 2 deletions

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