mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 12:35:28 +00:00
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:
parent
ac5b030ec2
commit
578f9ca276
3 changed files with 13 additions and 4 deletions
6
tools/docker/start.sh
Normal file
6
tools/docker/start.sh
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
exec agate --content /gmi/ \
|
||||
--hostname ${HOSTNAME} \
|
||||
--lang ${LANG}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue