feat: Removes dotfiles from image in favor of having devpod set them up.
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 5m38s

This commit is contained in:
2026-02-02 09:04:27 -05:00
parent b046127096
commit 5616b2728d

View File

@@ -50,10 +50,3 @@ RUN chown -R swift:swift /home/swift/.local
USER swift
# Install dotfiles
RUN cd /home/swift \
&& git clone https://github.com/m-housh/dotfiles.git \
&& cd dotfiles \
&& git switch arch \
&& DEV_ENV=/home/swift/dotfiles ./devcontainer-env