diff --git a/Dockerfile b/Dockerfile index 9787bf9..4ae3f08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,9 @@ COPY . . COPY nginx.conf /etc/nginx/nginx.conf +RUN mkdir -p data/db data/mount && \ + chmod 777 data/db data/mount + EXPOSE 80 COPY entrypoint.sh /entrypoint.sh