Loading transfer_service/Dockerfile +2 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,8 @@ RUN mkdir /home/curban/store /home/curban/retrieve && \ echo "foo?!" > /home/curban/store/foo2.txt && \ mkdir /home/curban/store/mydir && \ echo "Another foo!" > /home/curban/store/mydir/another_foo2.txt && \ mkdir /home/curban/store/mydir/dir2 && \ echo "fooX" > /home/curban/store/mydir/dir2/fooX.txt && \ chown -R curban:curban /home/curban/store && \ chown -R curban:curban /home/curban/retrieve && \ chmod -R 755 /home/curban/store &&\ Loading Loading
transfer_service/Dockerfile +2 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,8 @@ RUN mkdir /home/curban/store /home/curban/retrieve && \ echo "foo?!" > /home/curban/store/foo2.txt && \ mkdir /home/curban/store/mydir && \ echo "Another foo!" > /home/curban/store/mydir/another_foo2.txt && \ mkdir /home/curban/store/mydir/dir2 && \ echo "fooX" > /home/curban/store/mydir/dir2/fooX.txt && \ chown -R curban:curban /home/curban/store && \ chown -R curban:curban /home/curban/retrieve && \ chmod -R 755 /home/curban/store &&\ Loading