From d40dd2b3294ba25c199e237e46ac6e37efe37f9e Mon Sep 17 00:00:00 2001 From: Guillermo Date: Mon, 29 Jan 2018 09:25:46 +0100 Subject: [PATCH] Add a volume for attachments to be able to send files to the server --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index e3545ad..dcaeb1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,4 +4,6 @@ MAINTAINER Jordi Íñigo Griera ENV TERM linux RUN apk --no-cache add apache2-utils +VOLUME ["/attachments"] + CMD ["/usr/bin/ab"]