Commit 87ae4b1f authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Removed 'ccarbone' user data.

parent be2fa8be
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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 && \