6 lines
73 B
Docker
6 lines
73 B
Docker
|
ARG base
|
||
|
FROM p9k:${base}
|
||
|
|
||
|
COPY ./ p9k/
|
||
|
COPY docker/dotfile/zshrc .zshrc
|