File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 66# ./generateDimensions.bash --test-urls Test URLs in implementations.yaml
77
88cd " $( dirname " $0 " ) " /..
9- pwd
9+ pwd
1010
1111# Use: docker | podman
1212if [ -z " ${DOCKER_CMD} " ]; then
1313 DOCKER_CMD=docker
1414fi
1515
16- if [ " $1 " = " --install" ]; then
17- echo Installing composer dependencies...
18- MSYS_NO_PATHCONV=1 $DOCKER_CMD run -ti --rm --volume ${PWD} :/app wurstbrot/dsomm-yaml-generation bash -c ' cd /app/yaml-generation && composer install --no-interaction --no-plugins --no-scripts --prefer-dist'
16+ echo Installing composer dependencies...
17+ MSYS_NO_PATHCONV=1 $DOCKER_CMD run -ti --rm --volume ${PWD} :/app wurstbrot/dsomm-yaml-generation bash -c ' cd /app/yaml-generation && composer install --no-interaction --no-plugins --no-scripts --prefer-dist'
1918
20- elif [ " $1 " = " --start-dsomm" ]; then
19+ if [ " $1 " = " --start-dsomm" ]; then
2120 echo " Starting local DSOMM application..."
2221 MSYS_NO_PATHCONV=1 $DOCKER_CMD run -ti --rm --volume $( pwd) /src/assets/YAML/generated/generated.yaml:/srv/assets/YAML/generated/generated.yaml -p 8080:8080 wurstbrot/dsomm
2322
You can’t perform that action at this time.
0 commit comments