From 818fcdfb344f170f887e7480e04150e224b2f61e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 19 Nov 2014 01:05:10 -0400 Subject: [PATCH] propellor spin --- config-joey.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/config-joey.hs b/config-joey.hs index abd20e5..a7f613d 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -312,6 +312,7 @@ containers = , Docker.container "simple-debian" "debian" & "/hello" `File.containsLine` "hello" + & Docker.publish "8081:80" -- git-annex autobuilder containers , GitAnnexBuilder.standardAutoBuilderContainer dockerImage "amd64" 15 "2h"