mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-15 16:51:36 +00:00
9 lines
88 B
Docker
9 lines
88 B
Docker
FROM archlinux
|
|
|
|
ARG USER=xfy
|
|
RUN echo "${USER}"
|
|
|
|
WORKDIR /home/${USER}
|
|
COPY . .
|
|
RUN ls
|