Skip to content

Commit

Permalink
Fix(?) Firefox config being missing
Browse files Browse the repository at this point in the history
  • Loading branch information
strugee committed Nov 8, 2024
1 parent 1d1eb44 commit 150dfe5
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/* /etc/
COPY etc/firefox/ /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 150dfe5

Please sign in to comment.