diff --git a/Dockerfile b/Dockerfile index 59e295b..b6963ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,7 @@ COPY . . RUN mkdir -p /app/instance && chmod 777 /app/instance VOLUME /data +RUN mkdir /data && chmod 777 /data # Expose the port the app runs on EXPOSE 5000