From a72186f1efdd8cc9dfbd20f862441511fff84e90 Mon Sep 17 00:00:00 2001 From: Mario Loria Date: Mon, 24 Oct 2016 13:53:55 -0400 Subject: [PATCH] set default storage type --- hastebin/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hastebin/Dockerfile b/hastebin/Dockerfile index 4a75908..015298b 100644 --- a/hastebin/Dockerfile +++ b/hastebin/Dockerfile @@ -16,4 +16,6 @@ RUN chmod 755 app.sh EXPOSE 7777 +ENV STORAGE_TYPE file + CMD [ "./app.sh" ]