GL-FW-1: add created/payed filter to transfer/index and transfer/list
This commit is contained in:
@@ -1,14 +1,18 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
PROJECT_DIR=$(pwd)/..
|
||||
PORT=86
|
||||
HOST=localhost
|
||||
|
||||
docker run \
|
||||
-v ${PROJECT_DIR}:/var/www/html/fitness_web \
|
||||
--rm \
|
||||
-d \
|
||||
-p 86:80 \
|
||||
-p ${PORT}:80 \
|
||||
--name fitness-web \
|
||||
--hostname test.fintess_web.hu \
|
||||
--link mariadb1:mariadb1 \
|
||||
-e XDEBUG_CONFIG="idekey=PHPSTORM" \
|
||||
docker_fitness-ub-php-7:latest
|
||||
|
||||
echo "started http://"${HOST}:${PORT}
|
||||
|
||||
Reference in New Issue
Block a user