4 lines
91 B
Docker
4 lines
91 B
Docker
FROM docker.io/zmkfirmware/zmk-dev-arm:3.0
|
|
|
|
COPY .bashrc tmp
|
|
RUN mv /tmp/.bashrc ~/.bashrc
|