Skip to content

Commit

Permalink
Fix /etc files not being copied
Browse files Browse the repository at this point in the history
Fixes #25
  • Loading branch information
strugee committed Nov 8, 2024
1 parent fc05587 commit a13749d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ COPY systemd/* /usr/lib/systemd/system/
COPY desktops/* /usr/share/applications/
COPY misc/seagl-state-dir.conf /usr/lib/tmpfiles.d/
COPY icon/seagl-logo-icon.svg /usr/share/icons/hicolor/scalable/places/
COPY etc/firefox/ /etc/
COPY etc/ /etc/
# TODO lol should this just use the above COPY? I didn't because then it makes the dir hidden in the development repo filesystem...
COPY home-var-app/ /etc/skel/.var/app/

Expand Down

0 comments on commit a13749d

Please sign in to comment.