From 24145bd87286cfbf09fe59528e48a76542671469 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Tue, 13 Jun 2017 23:49:33 +0100 Subject: [PATCH] add missing ports and volumes Dockerfile --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 3d6bdf7..f0872db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -153,3 +153,7 @@ RUN \ # add local files COPY root/ / + +# ports and volumes +EXPOSE 80 +VOLUME /config /data