bugfix: double quotes instead of single quotes
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ ADD start.sh /start.sh
|
||||
RUN chown couchpotato: /start.sh \
|
||||
&& chmod 755 /start.sh
|
||||
|
||||
VOLUME ['/datadir', '/media']
|
||||
VOLUME ["/datadir", "/media"]
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
|
||||
Reference in New Issue
Block a user