1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-18 01:57:02 +00:00

docker: Switch to multistage build, closes #66

This commit is contained in:
James Hillyerd
2018-04-07 16:55:07 -07:00
parent 7a783efd5d
commit d846f04186
3 changed files with 22 additions and 59 deletions

View File

@@ -2,6 +2,7 @@
# start-inbucket.sh
# description: start inbucket (runs within a docker container)
INBUCKET_HOME="/opt/inbucket"
CONF_SOURCE="$INBUCKET_HOME/defaults"
CONF_TARGET="/config"