From a13749df13ef5ead30563c89c1b717e2c0fffd13 Mon Sep 17 00:00:00 2001 From: AJ Jordan Date: Thu, 7 Nov 2024 23:04:03 -0800 Subject: [PATCH] Fix /etc files not being copied Fixes #25 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 05c250a..ea48e66 100644 --- a/Containerfile +++ b/Containerfile @@ -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/