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