Loading transfer_service/Dockerfile +0 −4 Original line number Diff line number Diff line Loading @@ -27,10 +27,6 @@ RUN mkdir /home/transfer_service/store && touch /home/transfer_service/store/foo echo "Another foo!" > /home/curban/store/mydir/another_foo2.txt && \ chown -R curban:curban /home/curban/store && \ chmod -R 755 /home/curban/store && \ mkdir /home/ccarbone/store && touch /home/ccarbone/store/foo3.txt && \ echo "foo3" > /home/ccarbone/store/foo3.txt && \ chown -R ccarbone:ccarbone /home/ccarbone/store && \ chmod -R 755 /home/ccarbone/store && \ mkdir /home/sbertocco/store && touch /home/sbertocco/store/foo4.txt && \ echo "foo4" > /home/sbertocco/store/foo4.txt && \ chown -R sbertocco:sbertocco /home/sbertocco/store && \ Loading Loading
transfer_service/Dockerfile +0 −4 Original line number Diff line number Diff line Loading @@ -27,10 +27,6 @@ RUN mkdir /home/transfer_service/store && touch /home/transfer_service/store/foo echo "Another foo!" > /home/curban/store/mydir/another_foo2.txt && \ chown -R curban:curban /home/curban/store && \ chmod -R 755 /home/curban/store && \ mkdir /home/ccarbone/store && touch /home/ccarbone/store/foo3.txt && \ echo "foo3" > /home/ccarbone/store/foo3.txt && \ chown -R ccarbone:ccarbone /home/ccarbone/store && \ chmod -R 755 /home/ccarbone/store && \ mkdir /home/sbertocco/store && touch /home/sbertocco/store/foo4.txt && \ echo "foo4" > /home/sbertocco/store/foo4.txt && \ chown -R sbertocco:sbertocco /home/sbertocco/store && \ Loading