- redis-ui.git
- scripts
- start-docker.sh
This file ( 341B ) exceeds the allowed full mode (48 kb) size.
The editor full hight is disabled, only scrolling is allowed..
If you wish to edit a file, it is recommended to use the scroll mode as some users do not like the full height
mode, although some users like it.
#!/usr/bin/env bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
#DEBUG=serialport:*,ngivr-arabesque:*
#REM yarn link ngivr-ms-arabesque
docker build -t patrikx3/p3x-redis-ui .
mkdir -p ./build
docker run -e P3XRS_DOCKER_HOME='/settings' -v $DIR/../build:/settings -h docker-p3x-redis-ui -p 7843:7843 -t -i patrikx3/p3x-redis-ui