updating docker tools (#56)

updated the docker run command, changing the -d options to -v.
added a start.sh file and edited the Dockerfile.
This commit is contained in:
cpnfeeny 2021-04-15 17:31:33 +02:00 committed by GitHub
parent ac5b030ec2
commit 578f9ca276
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 4 deletions

6
tools/docker/start.sh Normal file
View file

@ -0,0 +1,6 @@
#!/bin/sh
exec agate --content /gmi/ \
--hostname ${HOSTNAME} \
--lang ${LANG}