mirror of
https://github.com/samsonjs/agate.git
synced 2026-03-25 09:05:50 +00:00
updated the docker run command, changing the -d options to -v. added a start.sh file and edited the Dockerfile.
6 lines
83 B
Bash
6 lines
83 B
Bash
#!/bin/sh
|
|
|
|
exec agate --content /gmi/ \
|
|
--hostname ${HOSTNAME} \
|
|
--lang ${LANG}
|
|
|