1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

Docker updates

- Build from official golang image
- Modernize docker build script
- Remove sudo from docker-run.sh, relocate
This commit is contained in:
James Hillyerd
2015-08-23 23:39:07 -07:00
parent 4d8aa340ff
commit 3b0d17867e
4 changed files with 17 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
# Docker build file for Inbucket, see https://www.docker.io/
# Inbucket website: http://www.inbucket.org/
FROM crosbymichael/golang
FROM golang:1.5
MAINTAINER James Hillyerd, @jameshillyerd
# Configuration (WORKDIR doesn't support env vars)