3 lines
62 B
Docker
3 lines
62 B
Docker
COPY bashrc /etc/bash.bashrc
|
|
RUN chmod a+rwx /etc/bash.bashrc
|
COPY bashrc /etc/bash.bashrc
|
|
RUN chmod a+rwx /etc/bash.bashrc
|