Browse Source

Change workdir to new data root

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

+ 2 - 0
Dockerfile

@@ -39,4 +39,6 @@ EXPOSE 80
 
 VOLUME ["/rainloop/data"]
 
+WORKDIR /rainloop/data
+
 ENTRYPOINT ["/entrypoint.sh"]