added support for testing in docker

This commit is contained in:
2018-02-11 19:10:01 +01:00
parent 22651ed58a
commit 41c3cf09e1
4 changed files with 22 additions and 1 deletions

3
docker/start.sh Executable file
View File

@@ -0,0 +1,3 @@
MYDIR=$(cd "$(dirname "$0")/../acf-app" ; pwd -P)
docker run --rm -d -v "$MYDIR:/usr/share/acf/app/openpdu/" -p 443 acf-openpdu:latest