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