refactor: cleanup scripts and config

This commit is contained in:
Job
2025-10-12 11:52:31 +02:00
parent 2770628074
commit e3d9dfd392
13 changed files with 118 additions and 112 deletions

View File

@@ -16,5 +16,6 @@ USER user
WORKDIR /home/user
RUN mkdir .config .local .cache
COPY --chown=user:user config/bashrc .bashrc
COPY --chown=user:user config/git .config/git/config
COPY config/bin /usr/local/bin
VOLUME /home/user