Browse Source

Add unnamed volume

wernerfred 4 years ago
parent
commit
38206451c3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -37,4 +37,6 @@ RUN chmod +x /entrypoint.sh
 
 EXPOSE 80
 
+VOLUME ["/rainloop/data"]
+
 ENTRYPOINT ["/entrypoint.sh"]